|
virtual System::String | get_TimezoneId ()=0 |
| Gets timezone id More...
|
|
virtual void | set_TimezoneId (System::String value)=0 |
| Sets timezone id More...
|
|
virtual System::String | get_CurrentCalendarFolderUri ()=0 |
| Gets current calendar folder uri More...
|
|
virtual void | set_CurrentCalendarFolderUri (System::String value)=0 |
| Sets current calendar folder uri More...
|
|
virtual bool | get_EnableDecompression ()=0 |
| Gets a value that indicates whether decompression is enabled More...
|
|
virtual void | set_EnableDecompression (bool value)=0 |
| Sets a value that indicates whether decompression is enabled More...
|
|
virtual bool | get_UseSlashAsFolderSeparator ()=0 |
| Gets value that determines whether the slash '/' is used as folder separator. More...
|
|
virtual void | set_UseSlashAsFolderSeparator (bool value)=0 |
| Sets value that determines whether the slash '/' is used as folder separator. More...
|
|
virtual ExchangeVersion | get_ServerVersion ()=0 |
| Gets the information about the current version of MS Exchange. More...
|
|
virtual EventTypes | get_RootFolderEventFilter ()=0 |
| Specifies event types for Root folder More...
|
|
virtual void | set_RootFolderEventFilter (EventTypes value)=0 |
| Specifies event types for Root folder More...
|
|
virtual EventTypes | get_CalendarFolderEventFilter ()=0 |
| Specifies event types for Calendar folder More...
|
|
virtual void | set_CalendarFolderEventFilter (EventTypes value)=0 |
| Specifies event types for Calendar folder More...
|
|
virtual EventTypes | get_ContactsFolderEventFilter ()=0 |
| Specifies event types for Contacts folder More...
|
|
virtual void | set_ContactsFolderEventFilter (EventTypes value)=0 |
| Specifies event types for Contacts folder More...
|
|
virtual EventTypes | get_DeletedItemsFolderEventFilter ()=0 |
| Specifies event types for DeletedItems folder More...
|
|
virtual void | set_DeletedItemsFolderEventFilter (EventTypes value)=0 |
| Specifies event types for DeletedItems folder More...
|
|
virtual EventTypes | get_DraftsFolderEventFilter ()=0 |
| Specifies event types for Drafts folder More...
|
|
virtual void | set_DraftsFolderEventFilter (EventTypes value)=0 |
| Specifies event types for Drafts folder More...
|
|
virtual EventTypes | get_InboxFolderEventFilter ()=0 |
| Specifies event types for Inbox folder More...
|
|
virtual void | set_InboxFolderEventFilter (EventTypes value)=0 |
| Specifies event types for Inbox folder More...
|
|
virtual EventTypes | get_JournalFolderEventFilter ()=0 |
| Specifies event types for Journal folder More...
|
|
virtual void | set_JournalFolderEventFilter (EventTypes value)=0 |
| Specifies event types for Journal folder More...
|
|
virtual EventTypes | get_NotesFolderEventFilter ()=0 |
| Specifies event types for Notes folder More...
|
|
virtual void | set_NotesFolderEventFilter (EventTypes value)=0 |
| Specifies event types for Notes folder More...
|
|
virtual EventTypes | get_OutboxFolderEventFilter ()=0 |
| Specifies event types for Outbox folder More...
|
|
virtual void | set_OutboxFolderEventFilter (EventTypes value)=0 |
| Specifies event types for Outbox folder More...
|
|
virtual EventTypes | get_SentItemsFolderEventFilter ()=0 |
| Specifies event types for SentItems folder More...
|
|
virtual void | set_SentItemsFolderEventFilter (EventTypes value)=0 |
| Specifies event types for SentItems folder More...
|
|
virtual EventTypes | get_TasksFolderEventFilter ()=0 |
| Specifies event types for Tasks folder More...
|
|
virtual void | set_TasksFolderEventFilter (EventTypes value)=0 |
| Specifies event types for Tasks folder More...
|
|
virtual int32_t | get_NotificationTimeout ()=0 |
| Defines timeout for server notifications More...
|
|
virtual void | set_NotificationTimeout (int32_t value)=0 |
| Defines timeout for server notifications More...
|
|
virtual int32_t | get_NotificationsCheckInterval ()=0 |
| Defines interval for notification check More...
|
|
virtual void | set_NotificationsCheckInterval (int32_t value)=0 |
| Defines interval for notification check More...
|
|
virtual System::ArrayPtr< System::Collections::Generic::KeyValuePair< System::String, System::String > > | get_Headers ()=0 |
| Gets array of name value pairs wich are added to WebHeaderCollection in EWS request. More...
|
|
virtual System::SharedPtr< ExchangeMailboxInfo > | get_MailboxInfo ()=0 |
| Gets the mailbox info. More...
|
|
virtual int32_t | get_ReconnectCount ()=0 |
| Gets the number of reconnect attempts at connection breaks. More...
|
|
virtual void | set_ReconnectCount (int32_t value)=0 |
| Sets the number of reconnect attempts at connection breaks. More...
|
|
virtual bool | get_ReturnClientRequestId ()=0 |
| Gets a flag to indicate whether the client requires the server side to return the request id. More...
|
|
virtual void | set_ReturnClientRequestId (bool value)=0 |
| Sets a flag to indicate whether the client requires the server side to return the request id. More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String mailbox, System::String folder, bool recursive)=0 |
| List the messages in the specified folder More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String mailbox, System::String folder, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String folder, bool recursive)=0 |
| List the messages in the specified folder More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String folder, ExchangeListMessagesOptions options, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> extendedProperties)=0 |
| List the messages in the specified folder More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String folder, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String folder, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, bool recursive)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String folder, int32_t maxNumberOfMessages, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, bool recursive)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> iDs)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages ()=0 |
| List the messages in the inbox folder. More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String folder, int32_t maxNumberOfMessages, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query)=0 |
| Lists the messages. More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessagesFromPublicFolder (System::String folderUri)=0 |
| Get collection of messages from public folder More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessagesFromPublicFolder (System::SharedPtr< ExchangeFolderInfo > folder)=0 |
| Get collection of messages from public folder More...
|
|
virtual System::String | MoveItem (System::String itemUri, System::String destinationFolderUri)=0 |
| Moves the item to specified folder More...
|
|
virtual void | Send (System::String from, System::String to, System::String subject, System::String body)=0 |
| Sends the specified message More...
|
|
virtual void | Send (System::SharedPtr< MailMessage > message, System::SharedPtr< Aspose::Email::Mapi::FollowUpOptions > messageOptions)=0 |
| Sends the message. More...
|
|
virtual void | DeleteFolder (System::String folderUri, bool deletePermanently)=0 |
| Deletes the folder More...
|
|
virtual ExchangeVersion | GetExchangeType ()=0 |
| Gets the information about the current version of MS Exchange. More...
|
|
virtual void | SetReadFlag (System::String messageUri, bool isRead)=0 |
| Marks the specifeid message as read. More...
|
|
virtual System::ArrayPtr< System::SharedPtr< MessageTrackingReportInfo > > | FindMessageTrackingReport (System::SharedPtr< FindMessageTrackingReportOptions > options)=0 |
| Finds messages that meet the specified criteria. More...
|
|
virtual System::SharedPtr< MessageTrackingReport > | GetMessageTrackingReport (System::SharedPtr< GetMessageTrackingReportOptions > options)=0 |
| Gets message tracking report More...
|
|
virtual System::ArrayPtr< System::SharedPtr< MailTips > > | GetMailTips (System::SharedPtr< GetMailTipsOptions > options)=0 |
| Gets mail tips More...
|
|
virtual void | CreateUserConfiguration (System::SharedPtr< UserConfiguration > userConfiguration)=0 |
| Creates the specified user configuration More...
|
|
virtual void | UpdateUserConfiguration (System::SharedPtr< UserConfiguration > userConfiguration)=0 |
| Updates the specified user configuration More...
|
|
virtual System::SharedPtr< UserConfiguration > | GetUserConfiguration (System::SharedPtr< UserConfigurationName > userConfigurationName)=0 |
| Gets the specified user configuration More...
|
|
virtual void | DeleteUserConfiguration (System::SharedPtr< UserConfigurationName > userConfigurationName)=0 |
| Deletes the specified user configuration More...
|
|
virtual void | CreateInboxRule (System::SharedPtr< InboxRule > rule)=0 |
| Creates the specified inbox rule More...
|
|
virtual void | CreateInboxRule (System::SharedPtr< InboxRule > rule, System::String mailbox)=0 |
| Creates the specified inbox rule More...
|
|
virtual void | UpdateInboxRule (System::SharedPtr< InboxRule > rule)=0 |
| Updates the specified inbox rule More...
|
|
virtual void | UpdateInboxRule (System::SharedPtr< InboxRule > rule, System::String mailbox)=0 |
| Updates the specified inbox rule More...
|
|
virtual void | DeleteInboxRule (System::String ruleId)=0 |
| Deletes the specified inbox rule More...
|
|
virtual void | DeleteInboxRule (System::String ruleId, System::String mailbox)=0 |
| Deletes the specified inbox rule More...
|
|
virtual System::ArrayPtr< System::SharedPtr< InboxRule > > | GetInboxRules ()=0 |
| Gets inbox rules More...
|
|
virtual System::ArrayPtr< System::SharedPtr< InboxRule > > | GetInboxRules (System::String mailbox)=0 |
| Gets inbox rules More...
|
|
virtual System::ArrayPtr< System::SharedPtr< ExchangeStreamedItem > > | ExportItems (const System::ArrayPtr< System::String > &itemIds)=0 |
| Exports the specified items from mailbox More...
|
|
virtual System::ArrayPtr< System::SharedPtr< ExchangeUploadItemResult > > | UpdateItems (System::ArrayPtr< System::SharedPtr< ExchangeStreamedItem >> items, System::String parentFolderUri)=0 |
| Updates the specified items in to a mailbox More...
|
|
virtual System::ArrayPtr< System::SharedPtr< ExchangeUploadItemResult > > | CreateItems (System::ArrayPtr< System::SharedPtr< ExchangeStreamedItem >> items, System::String parentFolderUri)=0 |
| Creates the specified items in the speciifed folder More...
|
|
virtual System::ArrayPtr< System::SharedPtr< ExchangeConversation > > | FindConversations (System::String folderId)=0 |
| Finds conversations in the specified folder More...
|
|
virtual void | DeleteConversationItems (System::String conversationId)=0 |
| Deletes all items of the specified conversation More...
|
|
virtual void | DeleteConversationItems (System::String conversationId, System::String contextFolderId)=0 |
| Deletes the conversation items, which are located in the specified folder More...
|
|
virtual System::SharedPtr< MailMessageCollection > | FetchConversationMessages (System::String conversationId)=0 |
| Fetches the specified conversation messages More...
|
|
virtual void | MoveConversationItems (System::String conversationId, System::String destinationFolderId)=0 |
| Moves the conversation items into the specified target folder More...
|
|
virtual void | MoveConversationItems (System::String conversationId, System::String contextFolderId, System::String destinationFolderId)=0 |
| Moves the conversation items, which are located in the specified folder, into the specified target folder More...
|
|
virtual void | CopyConversationItems (System::String conversationId, System::String destinationFolderId)=0 |
| Copies the conversation items into the specified target folder More...
|
|
virtual void | CopyConversationItems (System::String conversationId, System::String contextFolderId, System::String destinationFolderId)=0 |
| Copies the conversation items, which are located in the specified folder, into the specified target folder More...
|
|
virtual void | SetConversationReadState (System::String conversationId, bool isRead)=0 |
| Set read state of the conversation items to the specified value More...
|
|
virtual void | SetConversationReadState (System::String conversationId, System::String contextFolderId, bool isRead)=0 |
| Set read state of the conversation items, which are located in the specified folder, to the specified value More...
|
|
virtual System::String | CopyItem (System::String itemUri, System::String destinationFolderUri)=0 |
| Copies the item to specified folder More...
|
|
virtual void | EmptyFolder (System::String folderUri)=0 |
| Empties the specified folder. Subfolders will not be deleted; deleted items will be moved into DeletedItems folder More...
|
|
virtual void | EmptyFolder (System::String folderUri, EmptyFolderOptions options)=0 |
| Empties the specified folder More...
|
|
virtual System::SharedPtr< ExchangeFolderInfo > | CreatePublicFolder (System::String name, System::SharedPtr< ExchangeFolderPermissionCollection > permissions)=0 |
| Creates the specified public folder in the root public folder More...
|
|
virtual System::SharedPtr< ExchangeFolderInfo > | CreatePublicFolder (System::String parentFolderUri, System::String name, System::SharedPtr< ExchangeFolderPermissionCollection > permissions)=0 |
| Creates the specified public folder in the root public folder More...
|
|
virtual System::SharedPtr< ExchangeFolderInfo > | CreatePublicFolder (System::String name, System::SharedPtr< ExchangeFolderPermissionCollection > permissions, ExchangeFolderType folderType)=0 |
| Creates the specified public folder in the root public folder More...
|
|
virtual void | MailEnablePublicFolder (System::String folderUri)=0 |
| Mail-enable a public folder More...
|
|
virtual void | MailDisablePublicFolder (System::String folderUri)=0 |
| Mail-disable a public folder More...
|
|
virtual System::SharedPtr< ExchangeFolderInfo > | GetFolderInfo (System::String folder)=0 |
| Gets the folder information More...
|
|
virtual void | ImpersonateUser (ItemChoice valueType, System::String value)=0 |
| Impersonates the user. More...
|
|
virtual void | ResetImpersonation ()=0 |
| Makes the impersonation reset. More...
|
|
virtual void | DelegateAccess (System::String delegateSmtpAddress, ExchangeDelegateFolderPermissionLevel permissionLevel, System::String mailbox)=0 |
| Delegates access on the principal mailbox to the specified user. More...
|
|
virtual void | DelegateAccess (System::SharedPtr< ExchangeDelegateUser > delegateUser, System::String mailbox)=0 |
| Delegates access on the specified mailbox to the specified user. More...
|
|
virtual void | DelegateAccess (System::SharedPtr< ExchangeDelegateUserCollection > delegateUsers, System::String mailbox)=0 |
| Delegates access on the mailbox to the specified users. More...
|
|
virtual System::SharedPtr< ExchangeDelegateUserCollection > | ListDelegates (System::String mailbox)=0 |
| Lists the users who are granted access on the specified mailbox. More...
|
|
virtual void | UpdateDelegate (System::SharedPtr< ExchangeDelegateUser > delegateUser, System::String mailbox)=0 |
| Updates the delegate user settings who is granted access on the specified mailbox. More...
|
|
virtual void | UpdateDelegates (System::SharedPtr< ExchangeDelegateUserCollection > delegateUsers, System::String mailbox)=0 |
| Updates the delegate users settings who are granted access on the specified mailbox. More...
|
|
virtual void | CloseAccess (System::String delegateSmtpAddress, System::String mailbox)=0 |
| Closes access on the specified mailbox for the specified user. More...
|
|
virtual void | CloseAccess (System::SharedPtr< ExchangeFolderUserInfo > userInfo, System::String mailbox)=0 |
| Closes access on the specified mailbox for the specified user. More...
|
|
virtual void | CloseAccess (System::SharedPtr< ExchangeDelegateUser > delegateUser, System::String mailbox)=0 |
| Closes access on the specified mailbox for the specified user. More...
|
|
virtual void | CloseAccess (System::SharedPtr< ExchangeDelegateUserCollection > delegateUsers, System::String mailbox)=0 |
| Closes access on the specified mailbox for the specified user. More...
|
|
virtual void | DeleteFolders (System::SharedPtr< ExchangeFolderInfoCollection > folders)=0 |
| Deletes the specified folders More...
|
|
virtual void | DeleteFolders (System::SharedPtr< System::Collections::Specialized::StringCollection > folderUris)=0 |
| Deletes the specified folders More...
|
|
virtual void | DeleteFolders (System::SharedPtr< ExchangeFolderInfoCollection > folders, bool deletePermanently)=0 |
| Deletes the specified folders More...
|
|
virtual void | DeleteFolders (System::SharedPtr< System::Collections::Specialized::StringCollection > folderUris, bool deletePermanently)=0 |
| Deletes the folder More...
|
|
virtual System::SharedPtr< ExchangeUserAvailability > | CheckUserAvailability (System::String user, System::SharedPtr< DateRange > timeWindow)=0 |
| Checks user availability within the specified time window. More...
|
|
virtual System::SharedPtr< ExchangeUserAvailabilityCollection > | CheckUserAvailability (System::SharedPtr< System::Collections::Specialized::StringCollection > users, System::SharedPtr< DateRange > timeWindow)=0 |
| Checks users availability within the specified time window. More...
|
|
virtual System::SharedPtr< Aspose::Email::Calendar::Appointment > | FetchAppointment (System::String appointmentUri)=0 |
| Fetch the specified appointment from server. More...
|
|
virtual System::SharedPtr< Aspose::Email::Calendar::Appointment > | FetchAppointment (System::String appointmentUri, System::String folderUri)=0 |
| Fetch the specified appointment from server. More...
|
|
virtual System::SharedPtr< ExchangeFolderInfo > | CreateFolder (System::String name)=0 |
| Fetch the specified appointment from server. More...
|
|
virtual System::SharedPtr< ExchangeFolderInfo > | CreateFolder (System::String parentFolderUri, System::String name)=0 |
| Creates the new folder with the specified name in the specified parent folder. More...
|
|
virtual System::SharedPtr< ExchangeFolderInfo > | CreateFolder (System::String parentFolderUri, System::String name, System::SharedPtr< ExchangeFolderPermissionCollection > permissions)=0 |
| Creates the new folder More...
|
|
virtual System::SharedPtr< ExchangeFolderInfo > | CreateFolder (System::String parentFolderUri, System::String name, System::SharedPtr< ExchangeFolderPermissionCollection > permissions, System::String folderClass)=0 |
| Creates the new folder More...
|
|
virtual System::SharedPtr< ExchangeFolderInfo > | CreateFolder (System::String name, ExchangeFolderType folderType)=0 |
| Creates new folder in the root folder. More...
|
|
virtual System::SharedPtr< ExchangeFolderInfo > | CreateFolder (System::String parentFolderUri, System::String name, ExchangeFolderType folderType)=0 |
| Creates the new folder More...
|
|
virtual System::String | CreateTask (System::SharedPtr< ExchangeTask > task)=0 |
| Creates the given task in the default task folder. More...
|
|
virtual System::String | CreateTask (System::String folder, System::SharedPtr< ExchangeTask > task)=0 |
| Creates the given task in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeTask > | FetchTask (System::String taskUri)=0 |
| Fetches the specified task. More...
|
|
virtual void | UpdateTask (System::SharedPtr< ExchangeTask > task)=0 |
| Updates the specified task. More...
|
|
virtual void | UpdateTask (System::SharedPtr< ExchangeTask > task, UpdateTaskOptions options)=0 |
| Updates the specified task. More...
|
|
virtual System::SharedPtr< ExchangePermissionCollection > | GetFolderPermissions (System::String folderUrl)=0 |
| Gets the folder permissions. More...
|
|
virtual void | UpdateSubscription ()=0 |
| Updates subscriptions More...
|
|
virtual void | ResetSubscription ()=0 |
| Reset all subscriptions More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Calendar::Appointment > > | ListAppointments ()=0 |
| Retrieves list of appointments for default calendar folder More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Calendar::Appointment > > | ListAppointments (System::String folderUri)=0 |
| Retrieves list of appointments for default calendar folder More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Calendar::Appointment > > | ListAppointments (System::String folderUri, bool recursive)=0 |
| Retrieves list of appointments for specified calendar folder More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Calendar::Appointment > > | ListAppointments (bool recursive)=0 |
| Retrieves list of appointments for default calendar folder More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Calendar::Appointment > > | ListAppointments (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query)=0 |
| Retrieves list of appointments for default calendar folder More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Calendar::Appointment > > | ListAppointments (System::String folderUri, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query)=0 |
| Retrieves list of appointments for specified calendar folder More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Calendar::Appointment > > | ListAppointments (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, bool recursive)=0 |
| Retrieves list of appointments for default calendar folder More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Calendar::Appointment > > | ListAppointments (System::String folderUri, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, bool recursive)=0 |
| Retrieves list of appointments for specified calendar folder More...
|
|
virtual System::String | CreateAppointment (System::SharedPtr< Aspose::Email::Calendar::Appointment > appointment)=0 |
| Creates appointment. More...
|
|
virtual System::String | CreateAppointment (System::SharedPtr< Aspose::Email::Calendar::Appointment > appointment, System::String folderUri)=0 |
| Creates appointment. More...
|
|
virtual System::String | CreateAppointment (System::SharedPtr< Aspose::Email::Mapi::MapiCalendar > appointment, System::String folderUri, bool suppressInvitations)=0 |
| Creates appointment. More...
|
|
virtual System::String | CreateAppointment (System::SharedPtr< Aspose::Email::Mapi::MapiCalendar > appointment)=0 |
| Creates appointment. More...
|
|
virtual System::String | CreateAppointment (System::SharedPtr< Aspose::Email::Mapi::MapiCalendar > appointment, System::String folderUri)=0 |
| Creates appointment. More...
|
|
virtual void | UpdateAppointment (System::SharedPtr< Aspose::Email::Mapi::MapiCalendar > appointment)=0 |
| Updates appointment. More...
|
|
virtual void | UpdateAppointment (System::SharedPtr< Aspose::Email::Mapi::MapiCalendar > appointment, System::String folderUri)=0 |
| Updates appointment. More...
|
|
virtual void | UpdateAppointment (System::SharedPtr< Aspose::Email::Calendar::Appointment > appointment)=0 |
| Updates appointment. More...
|
|
virtual void | UpdateAppointment (System::SharedPtr< Aspose::Email::Calendar::Appointment > appointment, System::String folderUri)=0 |
| Updates appointment. More...
|
|
virtual void | CancelAppointment (System::SharedPtr< Aspose::Email::Mapi::MapiCalendar > appointment)=0 |
| Cancels appointment. More...
|
|
virtual void | CancelAppointment (System::SharedPtr< Aspose::Email::Mapi::MapiCalendar > appointment, System::String folderUri)=0 |
| Cancels appointment. More...
|
|
virtual void | CancelAppointment (System::SharedPtr< Aspose::Email::Calendar::Appointment > appointment)=0 |
| Cancels appointment. More...
|
|
virtual void | CancelAppointment (System::SharedPtr< Aspose::Email::Calendar::Appointment > appointment, System::String folderUri)=0 |
| Cancels appointment. More...
|
|
virtual void | CancelAppointment (System::String uniqueId)=0 |
| Cancels an exiting meeting on an organizers calendar More...
|
|
virtual void | CancelAppointment (System::String uniqueId, System::String folderUri)=0 |
| Cancels an exiting meeting on an organizers calendar More...
|
|
virtual System::SharedPtr< UnifiedMessagingConfiguration > | GetUMConfiguration ()=0 |
| Retrieves unified messaging configuration More...
|
|
virtual System::String | PlayOnPhone (System::String messageId, System::String dialString)=0 |
| The PlayOnPhone operation initiates an outbound call and plays a message over the telephone. More...
|
|
virtual void | DisconnectPhoneCall (System::String callId)=0 |
| Disconnects a phone call specified by id. More...
|
|
virtual System::SharedPtr< CallInformation > | GetCallInfo (System::String callId)=0 |
| Retrieves phone call information by call id More...
|
|
virtual System::ArrayPtr< System::String > | GetServerTimeZoneIds ()=0 |
| The GetServerTimeZoneIds returns information from time zone id that are available on an Exchange server. More...
|
|
virtual System::ArrayPtr< System::String > | GetServerTimeZoneIds (const System::ArrayPtr< System::String > &timeZoneIds)=0 |
| The GetServerTimeZoneIds returns information from time zone id that are available on an Exchange server. More...
|
|
virtual System::ArrayPtr< System::String > | GetServerTimeZoneIds (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> timeZoneIds)=0 |
| The GetServerTimeZoneIds returns information from time zone id that are available on an Exchange server. More...
|
|
virtual System::ArrayPtr< System::String > | MarkAsJunk (bool isJunk, const System::ArrayPtr< System::String > &messageUriEn)=0 |
| The MarkAsJunk method moves mail messages to the junk mail folder and blocks message sender. More...
|
|
virtual System::ArrayPtr< System::String > | MarkAsJunk (bool isJunk, bool moveItem, const System::ArrayPtr< System::String > &messageUriEn)=0 |
| The MarkAsJunk method moves mail messages to the junk mail folder and blocks message sender. More...
|
|
virtual System::ArrayPtr< System::String > | MarkAsJunk (bool isJunk, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageUriEn)=0 |
| The MarkAsJunk method moves mail messages to the junk mail folder and blocks message sender. More...
|
|
virtual System::ArrayPtr< System::String > | MarkAsJunk (bool isJunk, bool moveItem, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageUriEn)=0 |
| The MarkAsJunk method moves mail messages to the junk mail folder and blocks message sender. More...
|
|
virtual void | MarkAsJunk (bool isJunk, bool moveItem, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageUriEn, System::ArrayPtr< System::String > &movedMessageIds, System::ArrayPtr< System::String > &failedMessageIds, System::ArrayPtr< System::String > &errorMessages)=0 |
| The MarkAsJunk method moves mail messages to the junk mail folder and blocks message sender. More...
|
|
virtual void | MarkAllItemsAsRead ()=0 |
| Marks all items in inbox folder as read without receipts. More...
|
|
virtual void | MarkAllItemsAsUnread ()=0 |
| Marks all items in inbox folder as unread. More...
|
|
virtual void | MarkAllItemsAsRead (const System::ArrayPtr< System::String > &folderIds)=0 |
| Marks all items in specified folders as read without receipts. More...
|
|
virtual void | MarkAllItemsAsUnread (const System::ArrayPtr< System::String > &folderIds)=0 |
| Marks all items in specified folders as unread. More...
|
|
virtual void | MarkAllItemsAsRead (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> folderIds)=0 |
| Marks all items in specified folders as read without receipts. More...
|
|
virtual void | MarkAllItemsAsUnread (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> folderIds)=0 |
| Marks all items in specified folders as unread. More...
|
|
virtual void | MarkAllItems (bool read, const System::ArrayPtr< System::String > &folderIds)=0 |
| Marks all items in specified folders. More...
|
|
virtual void | MarkAllItems (bool read, bool suppressReadReceipts, const System::ArrayPtr< System::String > &folderIds)=0 |
| Marks all items in specified folders. More...
|
|
virtual void | MarkAllItems (bool read, bool suppressReadReceipts, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> folderIds)=0 |
| Marks all items in specified folders. More...
|
|
virtual void | Reply (System::SharedPtr< MailMessage > message, System::SharedPtr< ExchangeMessageInfo > referencedMessage)=0 |
| Reply to the sender's message. More...
|
|
virtual void | ReplyAll (System::SharedPtr< MailMessage > message, System::SharedPtr< ExchangeMessageInfo > referencedMessage)=0 |
| Reply to the sender and all recipients of a message. More...
|
|
virtual void | Forward (System::SharedPtr< MailMessage > message, System::SharedPtr< ExchangeMessageInfo > referencedMessage)=0 |
| Forward a message. More...
|
|
virtual void | UpdateContact (System::SharedPtr< Aspose::Email::PersonalInfo::Contact > contact)=0 |
| Updates a contact item in the Exchange store. More...
|
|
virtual System::SharedPtr< Aspose::Email::PersonalInfo::Contact > | GetContact (System::SharedPtr< ObjectIdentifier > contactId)=0 |
| Retrieves contact information according to specified identifier. More...
|
|
virtual System::SharedPtr< Aspose::Email::PersonalInfo::Contact > | GetContact (System::SharedPtr< ObjectIdentifier > contactId, ExchangeListContactsOptions options)=0 |
| Retrieves contact information according to specified identifier. More...
|
|
virtual System::SharedPtr< Aspose::Email::PersonalInfo::Contact > | GetContact (System::String contactId)=0 |
| Retrieves contact information according to specified identifier. More...
|
|
virtual System::SharedPtr< Aspose::Email::PersonalInfo::Contact > | GetContact (System::String contactId, ExchangeListContactsOptions options)=0 |
| Retrieves contact information according to specified identifier. More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::PersonalInfo::Contact > > | GetContacts (System::String folder, ExchangeListContactsOptions options)=0 |
| Lists contacts located in the specified folder on server More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::PersonalInfo::Contact > > | GetMailboxes ()=0 |
| Lists mailboxes having smtp addresses. Note: the maximum count of returned contacts is 100. This is a restriction of used EWS operation. More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::PersonalInfo::Contact > > | ResolveContacts (System::String unresolvedEntry, ExchangeListContactsOptions options)=0 |
| Resolves ambiguous e-mail addresses and display names Note: the maximum count of returned contacts is 100. This is a restriction of used EWS operation. More...
|
|
virtual void | LoadContactPhoto (System::SharedPtr< Aspose::Email::PersonalInfo::ContactPhoto > photo)=0 |
| Loads contact photo binary data More...
|
|
virtual System::SharedPtr< SyncFolderResult > | SyncFolder (System::String folderUri)=0 |
| Retrieves changes of the items and subfolders in a specified folder. More...
|
|
virtual System::SharedPtr< SyncFolderResult > | SyncFolder (System::String folderUri, SyncFolderType syncType)=0 |
| Retrieves changes of the items and subfolders in a specified folder. More...
|
|
virtual System::SharedPtr< SyncFolderResult > | SyncFolder (System::SharedPtr< SyncState > syncState)=0 |
| Retrieves changes of the items in a specified folder. More...
|
|
virtual System::SharedPtr< SyncFolderResult > | SyncFolder (System::String folderUri, System::String syncState)=0 |
| Retrieves changes of the items in a specified folder. More...
|
|
virtual System::SharedPtr< SyncFolderResult > | SyncFolder (System::String folderUri, System::String syncState, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> ignoreList)=0 |
| Retrieves changes of the items in a specified folder. More...
|
|
virtual void | AddHeader (System::String name, System::String value)=0 |
| Adds name and value to WebHeaderCollection in EWS request. More...
|
|
virtual void | RemoveHeader (System::String name)=0 |
| Remove WebHeader from WebHeaderCollection in EWS request. More...
|
|
virtual System::String | AppendMessage (System::SharedPtr< MailMessage > message)=0 |
| Uploads the mail message to the Inbox folder More...
|
|
virtual System::String | AppendMessage (System::String folderUri, System::SharedPtr< MailMessage > message, bool markAsSent)=0 |
| Uploads the mail message to the specified folder More...
|
|
virtual System::ArrayPtr< System::String > | AppendMessages (const System::ArrayPtr< System::SharedPtr< MailMessage >> &messages)=0 |
| Uploads the mail message to the specified folder More...
|
|
virtual System::ArrayPtr< System::String > | AppendMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages)=0 |
| Uploads the mail message to the specified folder More...
|
|
virtual System::ArrayPtr< System::String > | AppendMessages (System::String folderUri, const System::ArrayPtr< System::SharedPtr< MailMessage >> &messages)=0 |
| Uploads the mail message to the specified folder More...
|
|
virtual System::ArrayPtr< System::String > | AppendMessages (System::String folderUri, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages)=0 |
| Uploads the mail messages to the specified folder More...
|
|
virtual System::ArrayPtr< System::String > | AppendMessages (System::String folderUri, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::MapiMessage >>> messages)=0 |
| Uploads the mapi messages to the specified folder More...
|
|
virtual System::String | AppendMessage (System::String folderUri, System::SharedPtr< MailMessage > message)=0 |
| Uploads the mail message to the specified folder More...
|
|
virtual System::String | CreateDistributionList (System::SharedPtr< ExchangeDistributionList > distributionList, System::SharedPtr< MailAddressCollection > members)=0 |
| Creates the private Distribution List. More...
|
|
virtual void | AddToDistributionList (System::SharedPtr< ExchangeDistributionList > distributionList, System::SharedPtr< MailAddressCollection > members)=0 |
| Appends the members to Distribution List. More...
|
|
virtual void | DeleteFromDistributionList (System::SharedPtr< ExchangeDistributionList > distributionList, System::SharedPtr< MailAddressCollection > members)=0 |
| Deletes the members from Distribution List. More...
|
|
virtual void | DeleteDistributionList (System::SharedPtr< ExchangeDistributionList > distributionList, bool deletePermanently)=0 |
| Deletes the Distribution List. More...
|
|
virtual System::ArrayPtr< System::SharedPtr< ExchangeDistributionList > > | ListDistributionLists ()=0 |
| List the private Distribution Lists. More...
|
|
virtual System::SharedPtr< MailAddressCollection > | FetchDistributionList (System::SharedPtr< ExchangeDistributionList > distributionList)=0 |
| Fetches the private Distribution List members. More...
|
|
virtual System::SharedPtr< MailAddressCollection > | ExpandDistributionList (System::SharedPtr< MailAddress > mailAddress)=0 |
| Expands the public Distribution List members. More...
|
|
virtual System::SharedPtr< Aspose::Email::Mapi::MapiMessage > | CreateCalendarSharingInvitationMessage (System::String recipient)=0 |
| Create calendar sharing invitation message. More...
|
|
virtual System::SharedPtr< ExchangeFolderPageInfo > | ListSubFoldersByPage (System::String parentFolderUri, System::SharedPtr< PageInfo > page)=0 |
| Searches the specified folder in the given parent folder with paging Method supports paging. More...
|
|
virtual System::SharedPtr< ExchangeFolderPageInfo > | ListSubFoldersByPage (System::String parentFolderUri, int32_t itemsPerPage)=0 |
| Searches the specified folder in the given parent folder with paging Method supports paging. Invokes for the first time in paging cycle. More...
|
|
virtual System::SharedPtr< ExchangeFolderPageInfo > | ListSubFoldersByPage (System::String parentFolderUri, int32_t itemsPerPage, int32_t pageOffset)=0 |
| Searches the specified folder in the given parent folder with paging Method supports paging. More...
|
|
virtual System::SharedPtr< AppointmentPageInfo > | ListAppointmentsByPage (int32_t itemsPerPage)=0 |
| Retrieves page with appointments for calendar folder More...
|
|
virtual System::SharedPtr< AppointmentPageInfo > | ListAppointmentsByPage (System::String folderUri, int32_t itemsPerPage)=0 |
| Retrieves page with appointments for specified calendar folder More...
|
|
virtual System::SharedPtr< AppointmentPageInfo > | ListAppointmentsByPage (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t itemsPerPage)=0 |
| Retrieves page with appointments for calendar folder More...
|
|
virtual System::SharedPtr< AppointmentPageInfo > | ListAppointmentsByPage (System::String folderUri, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t itemsPerPage)=0 |
| Retrieves page with appointments for specified calendar folder More...
|
|
virtual System::SharedPtr< AppointmentPageInfo > | ListAppointmentsByPage (int32_t itemsPerPage, int32_t itemOffset)=0 |
| Retrieves page with appointments for calendar folder More...
|
|
virtual System::SharedPtr< AppointmentPageInfo > | ListAppointmentsByPage (System::String folderUri, int32_t itemsPerPage, int32_t itemOffset)=0 |
| Retrieves page with appointments for specified calendar folder More...
|
|
virtual System::SharedPtr< AppointmentPageInfo > | ListAppointmentsByPage (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t itemsPerPage, int32_t itemOffset)=0 |
| Retrieves page with appointments for calendar folder More...
|
|
virtual System::SharedPtr< AppointmentPageInfo > | ListAppointmentsByPage (System::String folderUri, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t itemsPerPage, int32_t itemOffset)=0 |
| Retrieves page with appointments for specified calendar folder More...
|
|
virtual System::SharedPtr< ExchangeMessagePageInfo > | ListMessagesByPage (System::String folder, int32_t itemsPerPage)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeMessagePageInfo > | ListMessagesByPage (System::String folder, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t itemsPerPage)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeMessagePageInfo > | ListMessagesByPage (System::String folder, int32_t itemsPerPage, int32_t offset)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeMessagePageInfo > | ListMessagesByPage (System::String folder, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t itemsPerPage, int32_t offset)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeMessagePageInfo > | ListMessagesByPage (System::String folder, int32_t itemsPerPage, int32_t pageOffset, ExchangeListMessagesOptions options)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeMessagePageInfo > | ListMessagesByPage (System::String folder, System::SharedPtr< PageInfo > pageInfo)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< ExchangeMessagePageInfo > | ListMessagesByPage (System::String folder, System::SharedPtr< PageInfo > pageInfo, ExchangeListMessagesOptions options)=0 |
| List the messages in the specified folder. More...
|
|
virtual System::SharedPtr< MailMessage > | FetchMessage (System::String messageUri, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> extendedProperties)=0 |
| Fetches the message from server More...
|
|
virtual System::SharedPtr< MailMessageCollection > | FetchMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uris, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> extendedProperties)=0 |
| Fetches the speciifed messages More...
|
|
virtual System::SharedPtr< MailMessageCollection > | FetchMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uris)=0 |
| Fetches the speciifed messages More...
|
|
virtual System::SharedPtr< MailMessageCollection > | FetchMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ExchangeMessageInfo >>> messageInfos)=0 |
| Fetches the speciifed messages More...
|
|
virtual System::SharedPtr< MailMessageCollection > | FetchMessages (System::SharedPtr< System::Collections::Specialized::StringCollection > messageUris)=0 |
| Fetches the speciifed messages More...
|
|
virtual System::SharedPtr< Aspose::Email::Calendar::TaskCollection > | ListTasks ()=0 |
| Retrieves lists of exchange tasks for default folder. More...
|
|
virtual System::SharedPtr< Aspose::Email::Calendar::TaskCollection > | ListTasks (System::String folder)=0 |
| Retrieves lists of exchange tasks. More...
|
|
virtual System::SharedPtr< Aspose::Email::Calendar::TaskCollection > | ListTasks (System::String folder, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query)=0 |
| Retrieves lists of exchange tasks. More...
|
|
virtual System::SharedPtr< Aspose::Email::Calendar::TaskCollection > | ListTasks (System::String folder, int32_t maxNumberOfItems)=0 |
| Retrieves lists of exchange tasks. More...
|
|
virtual System::SharedPtr< Aspose::Email::Calendar::TaskCollection > | ListTasks (System::String folder, int32_t maxNumberOfItems, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query)=0 |
| Retrieves lists of exchange tasks. More...
|
|
virtual System::SharedPtr< Aspose::Email::Calendar::TaskCollection > | ListTasks (System::String folder, int32_t maxNumberOfItems, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, bool recursive)=0 |
| Retrieves lists of exchange tasks. More...
|
|
virtual System::ArrayPtr< System::String > | ListItems (System::String mailbox, System::String folder)=0 |
| Retrieve list of item uries in specified folder More...
|
|
virtual System::ArrayPtr< System::String > | ListItems (System::String mailbox, System::String folder, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query)=0 |
| Retrieve list of item uries in specified folder More...
|
|
virtual System::ArrayPtr< System::String > | ListItems (System::String mailbox, System::String folder, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, bool recursive)=0 |
| Retrieve list of item uries in specified folder More...
|
|
virtual System::ArrayPtr< System::String > | ListItems (System::String folder)=0 |
| Retrieve list of item uries in specified folder More...
|
|
virtual System::ArrayPtr< System::String > | ListItems (System::String folder, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query)=0 |
| Retrieve list of item uries in specified folder More...
|
|
virtual System::ArrayPtr< System::String > | ListItems (System::String folder, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, bool recursive)=0 |
| Retrieve list of item uries in specified folder More...
|
|
virtual System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::Mapi::MapiCalendar > > > | FetchMapiCalendar (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> calendarUris)=0 |
| Fetch array of MapiCalendar objects. More...
|
|
virtual System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::Mapi::MapiCalendar > > > | FetchMapiCalendar (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> calendarUris, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> customProperties)=0 |
| Fetch array of MapiCalendar objects. More...
|
|
virtual int64_t | GetMailboxSize ()=0 |
| Gets the size of the mailbox. Please, note this operation is performed recursively for all subfolders and make take some time More...
|
|
virtual int64_t | GetMailboxSizeEx (System::String folderUri)=0 |
| Gets the size of the mailbox Please, note this operation is performed recursively for all subfolders and make take some time More...
|
|
virtual System::SharedPtr< ExchangeMailboxInfo > | GetMailboxInfo ()=0 |
| Gets the mailbox info. More...
|
|
virtual System::SharedPtr< ExchangeMailboxInfo > | GetMailboxInfo (System::String mailbox)=0 |
| Gets the mailbox information More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String folder)=0 |
| Lists the messages. More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String folder, ExchangeListMessagesOptions options)=0 |
| Lists the messages. More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String folder, int32_t maxNumberOfMessages)=0 |
| Lists the messages. More...
|
|
virtual System::SharedPtr< ExchangeMessageInfoCollection > | ListMessages (System::String folder, int32_t maxNumberOfMessages, ExchangeListMessagesOptions options)=0 |
| Lists the messages. More...
|
|
virtual void | SaveMessage (System::String messageUri, System::String path)=0 |
| Saves the message. More...
|
|
virtual void | SaveMessage (System::String messageUri, System::SharedPtr< System::IO::Stream > stream)=0 |
| Saves the message. More...
|
|
virtual void | Send (System::SharedPtr< MailMessage > message)=0 |
| Sends the specified message. More...
|
|
virtual void | SetReadFlag (System::String messageUri)=0 |
| Sets the read flag. More...
|
|
virtual System::SharedPtr< MailMessage > | FetchMessage (System::String messageUri)=0 |
| Fetches the message. More...
|
|
virtual System::SharedPtr< ExchangeFolderInfoCollection > | ListPublicFolders ()=0 |
| Gets collection of public folders from root public folder More...
|
|
virtual System::SharedPtr< ExchangeFolderInfoCollection > | ListSubFolders (System::String mailbox, System::String parentFolderUri)=0 |
| Gets collection of child folders from parent More...
|
|
virtual System::SharedPtr< ExchangeFolderInfoCollection > | ListSubFolders (System::String parentFolderUri)=0 |
| Gets collection of child folders from parent More...
|
|
virtual System::SharedPtr< ExchangeFolderInfoCollection > | ListSubFolders (System::SharedPtr< ExchangeFolderInfo > parentFolder)=0 |
| Gets collection of child public folders from parent More...
|
|
virtual System::SharedPtr< Attachment > | FetchAttachment (System::String attachmentUri)=0 |
| Fetches the attachment More...
|
|
virtual void | DeleteFolder (System::String folderUri)=0 |
| Deletes the folder More...
|
|
virtual bool | FolderExists (System::String parentFolderUri, System::String folderName)=0 |
| Checks whether the specified folder exists. More...
|
|
virtual bool | FolderExists (System::String parentFolderUri, System::String folderName, System::SharedPtr< ExchangeFolderInfo > &folder)=0 |
| Checks whether the specified folder exists. More...
|
|
virtual void | Backup (System::SharedPtr< ExchangeFolderInfoCollection > folders, System::String fileName, Storage::Pst::BackupOptions options)=0 |
| Backups the content of the specified folders More...
|
|
virtual void | Backup (System::SharedPtr< ExchangeFolderInfoCollection > folders, System::SharedPtr< System::IO::Stream > stream, Storage::Pst::BackupOptions options)=0 |
| Backups the content of the specified folders More...
|
|
virtual void | Restore (System::SharedPtr< Storage::Pst::PersonalStorage > pst, System::SharedPtr< RestoreSettings > settings)=0 |
| Restores the specified exchange folders from the given personal storage. More...
|
|
virtual System::String | GetVersionInfo ()=0 |
| Returns exchange server version info More...
|
|
virtual System::String | CreateContact (System::SharedPtr< Aspose::Email::Mapi::MapiContact > contact)=0 |
| Creates a contact item in the Exchange store. More...
|
|
virtual System::String | CreateContact (System::String folderUri, System::SharedPtr< Aspose::Email::Mapi::MapiContact > contact)=0 |
| Creates a contact item in the specified folder. More...
|
|
virtual System::String | CreateContact (System::SharedPtr< Aspose::Email::PersonalInfo::Contact > contact)=0 |
| Creates a contact item in the Exchange store. More...
|
|
virtual System::String | CreateContact (System::String folderUri, System::SharedPtr< Aspose::Email::PersonalInfo::Contact > contact)=0 |
| Creates a contact item in the specified folder. More...
|
|
virtual System::SharedPtr< Aspose::Email::Mapi::MapiContactCollection > | ResolveContact (System::String unresolvedEntry)=0 |
| Resolves ambiguous mailbox names. More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::PersonalInfo::Contact > > | ResolveContacts (System::String unresolvedEntry)=0 |
| Resolves ambiguous mailbox display names. Note: the maximum count of returned contacts is 100. This is a restriction of used exchange command. More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Mapi::MapiContact > > | ListContacts (System::String folderUri)=0 |
| Lists contacts located in the specified folder on server More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Mapi::MapiContact > > | ListContacts (System::String folderUri, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> mapiProperties)=0 |
| Lists contacts located in the specified folder on server More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::PersonalInfo::Contact > > | GetContacts (System::String folder)=0 |
| Lists contacts located in the specified folder on server More...
|
|
virtual System::SharedPtr< Aspose::Email::Mapi::MapiMessage > | FetchItem (System::String uri)=0 |
| Retrieves the item as MapiMessage. More...
|
|
virtual System::SharedPtr< Aspose::Email::Mapi::MapiMessage > | FetchItem (System::String uri, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> extendedProperties)=0 |
| Retrieves the item as MapiMessage. More...
|
|
virtual void | UpdateContact (System::SharedPtr< Aspose::Email::Mapi::MapiContact > contact)=0 |
| Updates a contact item in the Exchange store. More...
|
|
virtual System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::Mapi::MapiTask > > > | FetchMapiTasks (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> taskUris)=0 |
| Fetch array of MapiTask objects. More...
|
|
virtual System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::Mapi::MapiTask > > > | FetchMapiTasks (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> taskUris, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> customProperties)=0 |
| Fetch array of MapiTask objects. More...
|
|
virtual System::String | CreateTask (System::SharedPtr< Aspose::Email::Mapi::MapiTask > task)=0 |
| Creates the given task in the default task folder. More...
|
|
virtual System::String | CreateTask (System::String folder, System::SharedPtr< Aspose::Email::Mapi::MapiTask > task)=0 |
| Creates the given task in the specified folder. More...
|
|
virtual System::String | UpdateTask (System::SharedPtr< Aspose::Email::Mapi::MapiTask > task)=0 |
| Updates the specified task. More...
|
|
virtual System::String | UpdateTask (System::String uri, System::SharedPtr< Aspose::Email::Mapi::MapiTask > task)=0 |
| Updates the specified task. More...
|
|
virtual System::String | UpdateTask (System::String uri, System::SharedPtr< Aspose::Email::Mapi::MapiTask > task, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> additionalProperties)=0 |
| Updates the specified task. More...
|
|
virtual System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::Mapi::MapiNote > > > | FetchMapiNotes (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> noteUris)=0 |
| Fetch array of MapiNote objects. More...
|
|
virtual System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::Mapi::MapiNote > > > | FetchMapiNotes (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> noteUris, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> customProperties)=0 |
| Fetch array of MapiNote objects. More...
|
|
virtual System::String | CreateNote (System::SharedPtr< Aspose::Email::Mapi::MapiNote > note)=0 |
| Creates the given note in the default note folder. More...
|
|
virtual System::String | CreateNote (System::String folder, System::SharedPtr< Aspose::Email::Mapi::MapiNote > note)=0 |
| Creates the given note in the specified folder. More...
|
|
virtual System::String | UpdateNote (System::SharedPtr< Aspose::Email::Mapi::MapiNote > note)=0 |
| Updates the specified note. More...
|
|
virtual System::String | UpdateNote (System::String uri, System::SharedPtr< Aspose::Email::Mapi::MapiNote > note)=0 |
| Updates the specified note. More...
|
|
virtual System::String | UpdateNote (System::String uri, System::SharedPtr< Aspose::Email::Mapi::MapiNote > note, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> additionalProperties)=0 |
| Updates the specified note. More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Mapi::MapiMessage > > | FetchMapiMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uris)=0 |
| Fetches the speciifed messages More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::Mapi::MapiMessage > > | FetchMapiMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uris, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Email::Mapi::PropertyDescriptor >>> extendedProperties)=0 |
| Fetches the speciifed messages More...
|
|
virtual System::String | AppendMessage (System::SharedPtr< Aspose::Email::Mapi::MapiMessage > mapiMessage)=0 |
| Uploads the mail message to the specified folder More...
|
|
virtual System::String | AppendMessage (System::SharedPtr< Aspose::Email::Mapi::MapiMessage > mapiMessage, bool markAsSent)=0 |
| Uploads the mail message to the specified folder More...
|
|
virtual System::String | AppendMessage (System::String folderUri, System::SharedPtr< Aspose::Email::Mapi::MapiMessage > mapiMessage, bool markAsSent)=0 |
| Uploads the mail message to the specified folder More...
|
|
virtual void | DeleteItem (System::String itemUri, System::SharedPtr< DeletionOptions > options)=0 |
| Deletes specified item More...
|
|
virtual void | DeleteItems (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> itemUris, System::SharedPtr< DeletionOptions > options)=0 |
| Deletes specified items More...
|
|
virtual void | ArchiveItem (System::String sourceFolderUri, System::SharedPtr< Aspose::Email::Mapi::MapiMessageItemBase > item)=0 |
| The ArchiveItem operation moves an item into the mailbox user's archive mailbox. More...
|
|
virtual void | ArchiveItem (System::String sourceFolderUri, System::SharedPtr< Aspose::Email::Calendar::Appointment > appointment)=0 |
| The ArchiveItem operation moves an item into the mailbox user's archive mailbox. More...
|
|
virtual void | ArchiveItem (System::String sourceFolderUri, System::SharedPtr< ExchangeTask > task)=0 |
| The ArchiveItem operation moves an item into the mailbox user's archive mailbox. More...
|
|
virtual void | ArchiveItem (System::String sourceFolderUri, System::String uniqueId)=0 |
| The ArchiveItem operation moves an item into the mailbox user's archive mailbox. More...
|
|
virtual System::SharedPtr< Aspose::Email::Mapi::MapiContactCollection > | ListMailboxes ()=0 |
| Lists mailboxes. More...
|
|
virtual System::SharedPtr< Aspose::Email::Mapi::MapiContactCollection > | ListMailboxes (System::String filter)=0 |
| Please pay your attention, this overridden method works with Exchange Server 2013 and higher. More...
|
|
virtual System::String | CreateItem (System::SharedPtr< Aspose::Email::Mapi::MapiMessageItemBase > item)=0 |
| Creates the given item in the default item folder. More...
|
|
virtual System::String | CreateItem (System::String folderUri, System::SharedPtr< Aspose::Email::Mapi::MapiMessageItemBase > item)=0 |
| Creates the given item in the specified folder. More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::PersonalInfo::Contact > > | FindPeople (System::String queryString, int32_t maxNumberOfItems)=0 |
| Find contacts located in the global address list (GAL) on server. More...
|
|
virtual System::ArrayPtr< System::SharedPtr< Aspose::Email::PersonalInfo::Contact > > | FindPeople (System::String folderUri, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t maxNumberOfItems)=0 |
| Find contacts located in the specified user's personal mailbox on server. More...
|
|
virtual bool | get_UseDateInLogFileName ()=0 |
| Gets value which indicates if date has to be used in log file name. More...
|
|
virtual void | set_UseDateInLogFileName (bool value)=0 |
| Sets value which indicates if date has to be used in log file name. More...
|
|
virtual System::String | get_LogFileName ()=0 |
| Gets log file name More...
|
|
virtual void | set_LogFileName (System::String value)=0 |
| Sets log file name More...
|
|
virtual System::String | get_MailboxUri ()=0 |
| Gets the mailbox uri. More...
|
|
virtual void | set_MailboxUri (System::String value)=0 |
| Sets the mailbox uri. More...
|
|
virtual System::SharedPtr< System::Net::IWebProxy > | get_Proxy ()=0 |
| Gets the proxy. More...
|
|
virtual void | set_Proxy (System::SharedPtr< System::Net::IWebProxy > value)=0 |
| Sets the proxy. More...
|
|
virtual int32_t | get_Timeout ()=0 |
| Gets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). More...
|
|
virtual void | set_Timeout (int32_t value)=0 |
| Sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). More...
|
|
virtual System::SharedPtr< System::Net::ICredentials > | get_Credentials ()=0 |
| Gets the credentials. More...
|
|
virtual void | set_Credentials (System::SharedPtr< System::Net::ICredentials > value)=0 |
| Sets the credentials. More...
|
|