Allows applications to access and manipulate messages by using the Internet Message Access Protocol (IMAP). More...
Inherits Aspose::Email::Clients::EmailClient.
Public Member Functions | |
System::SharedPtr< ImapConnectionPool > | get_Pool () |
Gets connection pool for the client More... | |
System::String | get_Delimiter () |
Gets delimiter of folders hierarhy. More... | |
void | set_Delimiter (System::String value) |
Sets delimiter of folders hierarhy. More... | |
bool | get_AutoCommit () const |
Indicates, whether commit operation are executed automatically when folder is changed or before connection is closed. More... | |
void | set_AutoCommit (bool value) |
Indicates, whether commit operation are executed automatically when folder is changed or before connection is closed. More... | |
bool | get_SupportOldServer () const |
Indicates whether the old servers need to be supported when receiving messages. More... | |
void | set_SupportOldServer (bool value) |
Indicates whether the old servers need to be supported when receiving messages. More... | |
bool | get_ReadOnly () |
Gets value which indicates if changes to the permanent state of the mailbox, including per-user state, are permitted. More... | |
void | set_ReadOnly (bool value) |
Sets value which indicates if changes to the permanent state of the mailbox, including per-user state, are permitted. More... | |
bool | get_GmExt1Supported () |
Defines if Google X-GM-EXT-1 extension is supported More... | |
void | set_GmExt1Supported (bool value) |
Defines if Google X-GM-EXT-1 extension is supported More... | |
System::ArrayPtr< System::String > | get_ThreadAlgorithms () |
Gets supported thread algorithms More... | |
bool | get_ThreadSupported () |
Gets information whether Thread command are supported More... | |
void | set_ThreadSupported (bool value) |
Gets information whether Thread command are supported More... | |
bool | get_SortSupported () |
Gets information whether Sort command are supported More... | |
void | set_SortSupported (bool value) |
Gets information whether Sort command are supported More... | |
bool | get_QuotaSupported () |
Gets information whether quota is supported More... | |
void | set_QuotaSupported (bool value) |
Gets information whether quota is supported More... | |
bool | get_ExtendedListSupported () |
Gets information whether LIST Command Extension is supported See more https://tools.ietf.org/html/rfc5258 More... | |
void | set_ExtendedListSupported (bool value) |
Gets information whether LIST Command Extension is supported See more https://tools.ietf.org/html/rfc5258 More... | |
bool | get_SpecialUseSupported () |
Gets information whether Special-Use Mailboxes is supported See more: https://tools.ietf.org/html/rfc6154 More... | |
void | set_SpecialUseSupported (bool value) |
Gets information whether Special-Use Mailboxes is supported See more: https://tools.ietf.org/html/rfc6154 More... | |
bool | get_IdSupported () |
Gets information whether ID extension is supported See more: https://tools.ietf.org/html/rfc2971 More... | |
void | set_IdSupported (bool value) |
Gets information whether ID extension is supported See more: https://tools.ietf.org/html/rfc2971 More... | |
bool | get_NamespaceSupported () |
Gets information whether NAMESPACE extension is supported See more: https://tools.ietf.org/html/rfc2342 More... | |
void | set_NamespaceSupported (bool value) |
Gets information whether NAMESPACE extension is supported See more: https://tools.ietf.org/html/rfc2342 More... | |
bool | get_UnselectSupported () |
Gets information whether UNSELECT extension is supported See more: https://tools.ietf.org/html/rfc2342 More... | |
void | set_UnselectSupported (bool value) |
Gets information whether UNSELECT extension is supported See more: https://tools.ietf.org/html/rfc2342 More... | |
bool | get_SaslIrSupported () |
Gets information whether SASL Initial Client Response extension is supported See more: https://tools.ietf.org/html/rfc4959 More... | |
void | set_SaslIrSupported (bool value) |
Gets information whether SASL Initial Client Response extension is supported See more: https://tools.ietf.org/html/rfc4959 More... | |
bool | get_MoveSupported () |
Gets information whether MOVE extension is supported See more: https://tools.ietf.org/html/rfc6851 More... | |
void | set_MoveSupported (bool value) |
Gets information whether MOVE extension is supported See more: https://tools.ietf.org/html/rfc6851 More... | |
bool | get_CondstoreSupported () |
Gets information whether CONDSTORE extension is supported See more: https://tools.ietf.org/html/rfc7162 More... | |
void | set_CondstoreSupported (bool value) |
Gets information whether CONDSTORE extension is supported See more: https://tools.ietf.org/html/rfc7162 More... | |
bool | get_QresyncSupported () |
Gets information whether QRESYNC extension is supported See more: https://tools.ietf.org/html/rfc7162 More... | |
void | set_QresyncSupported (bool value) |
Gets information whether QRESYNC extension is supported See more: https://tools.ietf.org/html/rfc7162 More... | |
bool | get_AnnotateSupported () |
Gets information whether ANNOTATE extension is supported See more: https://tools.ietf.org/html/rfc5257 More... | |
void | set_AnnotateSupported (bool value) |
Gets information whether ANNOTATE extension is supported See more: https://tools.ietf.org/html/rfc5257 More... | |
bool | get_UidPlusSupported () |
Gets information whether UIDPLUS extension is supported See more: https://tools.ietf.org/html/rfc4315 More... | |
void | set_UidPlusSupported (bool value) |
Gets information whether UIDPLUS extension is supported See more: https://tools.ietf.org/html/rfc4315 More... | |
bool | get_EnableSupported () |
Gets information whether ENABLE extension is supported See more: https://tools.ietf.org/html/rfc5161 More... | |
void | set_EnableSupported (bool value) |
Gets information whether ENABLE extension is supported See more: https://tools.ietf.org/html/rfc5161 More... | |
bool | get_ChildrenSupported () |
Gets information whether CHILDREN extension is supported See more: https://tools.ietf.org/html/rfc3348 More... | |
void | set_ChildrenSupported (bool value) |
Gets information whether CHILDREN extension is supported See more: https://tools.ietf.org/html/rfc3348 More... | |
bool | get_ESearchSupported () |
Gets information whether ESEARCH extension is supported See more: https://tools.ietf.org/html/rfc4731 More... | |
void | set_ESearchSupported (bool value) |
Gets information whether ESEARCH extension is supported See more: https://tools.ietf.org/html/rfc4731 More... | |
bool | get_CompressSupported () |
Gets information whether COMPRESS extension is supported See more: https://tools.ietf.org/html/rfc4978 More... | |
void | set_CompressSupported (bool value) |
Gets information whether COMPRESS extension is supported See more: https://tools.ietf.org/html/rfc4978 More... | |
CompressionType | get_ServerSupportedCompression () |
Gets information which compression types are supported by a server. See more: https://tools.ietf.org/html/rfc4978 More... | |
CompressionType | get_SelectedCompression () |
Gets compression type which is used to communicate with a server. See more: https://tools.ietf.org/html/rfc4978 More... | |
void | set_SelectedCompression (CompressionType value) |
Sets compression type which is used to communicate with a server. See more: https://tools.ietf.org/html/rfc4978 More... | |
bool | get_ExchangeIdAutomatically () |
Gets value which indicates whether client should to introduce information about itself to a server automatically. See more: https://tools.ietf.org/html/rfc2971 More... | |
void | set_ExchangeIdAutomatically (bool value) |
Sets value which indicates whether client should to introduce information about itself to a server automatically. See more: https://tools.ietf.org/html/rfc2971 More... | |
System::SharedPtr< ImapIdentificationInfo > | get_ClientIdentificationInfo () |
Gets client identification information See more: https://tools.ietf.org/html/rfc2971 More... | |
void | set_ClientIdentificationInfo (System::SharedPtr< ImapIdentificationInfo > value) |
Sets client identification information See more: https://tools.ietf.org/html/rfc2971 More... | |
System::SharedPtr< ImapIdentificationInfo > | get_ServerIdentificationInfo () |
Gets server identification information See more: https://tools.ietf.org/html/rfc2971 More... | |
System::SharedPtr< ImapMailboxInfo > | get_MailboxInfo () |
Gets set of special-use mailboxes See more: http://tools.ietf.org/html/rfc6154 and https://tools.ietf.org/html/rfc8457 More... | |
int32_t | get_DefaultPort () override |
Gets default port for client More... | |
System::SharedPtr< ImapFolderInfo > | get_CurrentFolder () |
Gets the current folder More... | |
void | set_CurrentFolder (System::SharedPtr< ImapFolderInfo > value) |
Gets the current folder More... | |
ImapKnownAuthenticationType | get_AllowedAuthentication () |
Gets enumeration of allowed by user authentication types More... | |
void | set_AllowedAuthentication (ImapKnownAuthenticationType value) |
Sets enumeration of allowed by user authentication types More... | |
ImapKnownAuthenticationType | get_SupportedAuthentication () |
Gets enumeration of supported by server authentication types More... | |
ImapClient () | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, int32_t port) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, int32_t port, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, System::String username, System::String password) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, System::String username, System::String password, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, int32_t port, System::String username, System::String password) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, int32_t port, System::String username, System::String password, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, int32_t port, System::String username, System::String password, System::Net::Security::RemoteCertificateValidationCallback userCertificateValidationCallback) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, int32_t port, System::String username, System::String password, System::Net::Security::RemoteCertificateValidationCallback userCertificateValidationCallback, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, System::String username, System::String authInfo, bool useOAuth) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, System::String username, System::String authInfo, bool useOAuth, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, int32_t port, System::String username, System::String authInfo, bool useOAuth) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, int32_t port, System::String username, System::String authInfo, bool useOAuth, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, System::String username, System::SharedPtr< ITokenProvider > tokenProvider) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, System::String username, System::SharedPtr< ITokenProvider > tokenProvider, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, int32_t port, System::String username, System::SharedPtr< ITokenProvider > tokenProvider) | |
Initializes a new instance of the ImapClient class More... | |
ImapClient (System::String host, int32_t port, System::String username, System::SharedPtr< ITokenProvider > tokenProvider, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the ImapClient class More... | |
void | ConnectionFinalize (System::SharedPtr< System::Object > sender, System::SharedPtr< Aspose::Email::Clients::Base::ConnectionEventArgs > args) override |
Performs finalization operation for specified connection More... | |
void | Dispose () override |
Finalizes all operations with a server. More... | |
bool | NeedSupportOldServers () |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags to the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginAddMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Adds the flags to the message asynchronously More... | |
void | EndAddMessageFlags (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags to the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags to the message More... | |
void | AddMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags to the message More... | |
void | AddMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags to the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags to the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags to the message More... | |
void | AddMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags to the message More... | |
void | AddMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags to the message More... | |
void | AddMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message More... | |
void | AddMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message More... | |
void | AddMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message More... | |
void | AddMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Adds the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::SharedPtr< IConnection > connection, System::String fileName) |
Begins append message to the end of the current folder If current folder hasn't been specified default folder is used. More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::SharedPtr< IConnection > connection, System::String folderName, System::String fileName) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::SharedPtr< IConnection > connection, System::String folderName, System::String fileName, System::AsyncCallback callback) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::SharedPtr< IConnection > connection, System::String folderName, System::String fileName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::SharedPtr< IConnection > connection, System::SharedPtr< MailMessage > message) |
Begins append message to the end of the specified folder If current folder hasn't been specified default folder is used. More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< MailMessage > message) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< MailMessage > message, System::AsyncCallback callback) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< MailMessage > message, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::String fileName) |
Begins append message to the end of the current folder If current folder hasn't been specified default folder is used. More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::String folderName, System::String fileName) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::String folderName, System::String fileName, System::AsyncCallback callback) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::String folderName, System::String fileName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::SharedPtr< MailMessage > message) |
Begins append message to the end of the specified folder If current folder hasn't been specified default folder is used. More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::String folderName, System::SharedPtr< MailMessage > message) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::String folderName, System::SharedPtr< MailMessage > message, System::AsyncCallback callback) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessage (System::String folderName, System::SharedPtr< MailMessage > message, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins append message to the end of the specified folder More... | |
System::String | EndAppendMessage (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
System::String | AppendMessage (System::SharedPtr< IConnection > connection, System::SharedPtr< MailMessage > message) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used. More... | |
System::String | AppendMessage (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< MailMessage > message) |
Uploads the mail message to the specified folder More... | |
System::String | AppendMessage (System::SharedPtr< IConnection > connection, System::String fileName) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used. More... | |
System::String | AppendMessage (System::SharedPtr< IConnection > connection, System::String folderName, System::String fileName) |
Uploads the mail message to the specified folder More... | |
System::String | AppendMessage (System::SharedPtr< MailMessage > message) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used. More... | |
System::String | AppendMessage (System::String folderName, System::SharedPtr< MailMessage > message) |
Uploads the mail message to the specified folder More... | |
System::String | AppendMessage (System::String fileName) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used. More... | |
System::String | AppendMessage (System::String folderName, System::String fileName) |
Uploads the mail message to the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> fileNames) |
Begins append message to the end of the current folder If current folder hasn't been specified default folder is used. More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> fileNames) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> fileNames, System::AsyncCallback callback) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> fileNames, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) |
Begins append message to the end of the specified folder If current folder hasn't been specified default folder is used. More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::AsyncCallback callback) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> fileNames) |
Begins append message to the end of the current folder If current folder hasn't been specified default folder is used. More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> fileNames) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> fileNames, System::AsyncCallback callback) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> fileNames, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) |
Begins append message to the end of the specified folder If current folder hasn't been specified default folder is used. More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::AsyncCallback callback) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginAppendMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins append message to the end of the specified folder More... | |
System::SharedPtr< AppendMessagesResult > | EndAppendMessages (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
System::SharedPtr< AppendMessagesResult > | AppendMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used. More... | |
System::SharedPtr< AppendMessagesResult > | AppendMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) |
Uploads the mail message to the specified folder More... | |
System::SharedPtr< AppendMessagesResult > | AppendMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used. More... | |
System::SharedPtr< AppendMessagesResult > | AppendMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> messages) |
Uploads the mail message to the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapFolderInfoCollection > folders, System::String fileName, System::SharedPtr< BackupSettings > options) |
Begins to backup the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapFolderInfoCollection > folders, System::String fileName, System::SharedPtr< BackupSettings > options, System::AsyncCallback callback) |
Begins to backup the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapFolderInfoCollection > folders, System::String fileName, System::SharedPtr< BackupSettings > options, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to backup the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapFolderInfoCollection > folders, System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< BackupSettings > options) |
Begins to backup the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapFolderInfoCollection > folders, System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< BackupSettings > options, System::AsyncCallback callback) |
Begins to backup the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapFolderInfoCollection > folders, System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< BackupSettings > options, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to backup the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< ImapFolderInfoCollection > folders, System::String fileName, System::SharedPtr< BackupSettings > options) |
Begins to backup the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< ImapFolderInfoCollection > folders, System::String fileName, System::SharedPtr< BackupSettings > options, System::AsyncCallback callback) |
Begins to backup the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< ImapFolderInfoCollection > folders, System::String fileName, System::SharedPtr< BackupSettings > options, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to backup the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< ImapFolderInfoCollection > folders, System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< BackupSettings > options) |
Begins to backup the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< ImapFolderInfoCollection > folders, System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< BackupSettings > options, System::AsyncCallback callback) |
Begins to backup the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginBackup (System::SharedPtr< ImapFolderInfoCollection > folders, System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< BackupSettings > options, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to backup the content of the specified folders More... | |
void | EndBackup (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | Backup (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapFolderInfoCollection > folders, System::String fileName, System::SharedPtr< BackupSettings > options) |
Backups the content of the specified folders More... | |
void | Backup (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapFolderInfoCollection > folders, System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< BackupSettings > options) |
Backups the content of the specified folders More... | |
void | Backup (System::SharedPtr< ImapFolderInfoCollection > folders, System::String fileName, System::SharedPtr< BackupSettings > options) |
Backups the content of the specified folders More... | |
void | Backup (System::SharedPtr< ImapFolderInfoCollection > folders, System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< BackupSettings > options) |
Backups the content of the specified folders More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginChangeMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Changes the flags of the message More... | |
void | EndChangeMessageFlags (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | ChangeMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
void | ChangeMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Changes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginClientCapabilities (const System::ArrayPtr< System::String > &capabilityNames) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161 More... | |
System::SharedPtr< System::IAsyncResult > | BeginClientCapabilities (System::ArrayPtr< System::String > capabilityNames, System::AsyncCallback callback) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161 More... | |
System::SharedPtr< System::IAsyncResult > | BeginClientCapabilities (System::ArrayPtr< System::String > capabilityNames, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161 More... | |
System::SharedPtr< System::IAsyncResult > | BeginClientCapabilities (System::SharedPtr< IConnection > connection, const System::ArrayPtr< System::String > &capabilityNames) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161 More... | |
System::SharedPtr< System::IAsyncResult > | BeginClientCapabilities (System::SharedPtr< IConnection > connection, System::ArrayPtr< System::String > capabilityNames, System::AsyncCallback callback) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161 More... | |
System::SharedPtr< System::IAsyncResult > | BeginClientCapabilities (System::SharedPtr< IConnection > connection, System::ArrayPtr< System::String > capabilityNames, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161 More... | |
System::ArrayPtr< System::String > | EndClientCapabilities (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161 More... | |
System::ArrayPtr< System::String > | ClientCapabilities (const System::ArrayPtr< System::String > &capabilityNames) |
Notifies server which extensions are supported by client. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161 More... | |
System::ArrayPtr< System::String > | ClientCapabilities (System::SharedPtr< IConnection > connection, const System::ArrayPtr< System::String > &capabilityNames) |
Notifies server which extensions are supported by client. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, int32_t sleep) |
Begins to commit the deletions More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection) |
Begins to commit the deletions More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins to commit the deletions More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to commit the deletions More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, int32_t sleep, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to commit the deletions More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (int32_t sleep) |
Begins to commit the deletions More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes () |
Begins to commit the deletions More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::AsyncCallback callback) |
Begins to commit the deletions More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to commit the deletions More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (int32_t sleep, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to commit the deletions More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::String startUid, System::String endUid) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::String startUid, System::String endUid, System::AsyncCallback callback) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::String startUid, System::String endUid, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::AsyncCallback callback) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::String uniqueId) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::String uniqueId, System::AsyncCallback callback) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCommitDeletes (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | EndCommitDeletes (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | CommitDeletes (System::SharedPtr< IConnection > connection) |
Commit the deletions More... | |
void | CommitDeletes (System::SharedPtr< IConnection > connection, int32_t sleep) |
Commit the deletions More... | |
void | CommitDeletes () |
Commit the deletions More... | |
void | CommitDeletes (int32_t sleep) |
Commit the deletions More... | |
void | CommitDeletes (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet) |
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | CommitDeletes (System::String uniqueId) |
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | CommitDeletes (System::String startUid, System::String endUid) |
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | CommitDeletes (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet) |
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | CommitDeletes (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Commit the deletions More... | |
void | CommitDeletes (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid) |
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName) |
Begins an asynchronous copying. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous copying. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous copying. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName) |
Begins an asynchronous copying. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous copying. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous copying. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (System::String uniqueId, System::String folderName) |
Begins an asynchronous copying. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (System::String uniqueId, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous copying. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (System::String uniqueId, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous copying. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (int32_t sequenceNumber, System::String folderName) |
Begins an asynchronous copying. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous copying. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessage (int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous copying. More... | |
System::String | EndCopyMessage (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
System::String | CopyMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName) |
Copies the message More... | |
System::String | CopyMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName) |
Copies the message More... | |
System::String | CopyMessage (int32_t sequenceNumber, System::String folderName) |
Copies the message More... | |
System::String | CopyMessage (System::String uniqueId, System::String folderName) |
Copies the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, System::AsyncCallback callback) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (int32_t startSequence, int32_t endSequence, System::String folderName) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (int32_t startSequence, int32_t endSequence, System::String folderName, System::AsyncCallback callback) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (int32_t startSequence, int32_t endSequence, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName, System::AsyncCallback callback) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::String startUid, System::String endUid, System::String folderName) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::String startUid, System::String endUid, System::String folderName, System::AsyncCallback callback) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::String startUid, System::String endUid, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, System::AsyncCallback callback) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, System::AsyncCallback callback) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, System::AsyncCallback callback) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, System::AsyncCallback callback) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback) |
Begins copy operation asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins copy operation asynchronously. More... | |
void | EndCopyMessages (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | CopyMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName) |
// Copy messages // More... | |
void | CopyMessages (int32_t startSequence, int32_t endSequence, System::String folderName) |
Copy messages More... | |
void | CopyMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName) |
Copy messages More... | |
void | CopyMessages (System::String startUid, System::String endUid, System::String folderName) |
Copy messages More... | |
void | CopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions) |
Copy messages More... | |
void | CopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName) |
Copy the messaeg More... | |
void | CopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName) |
Copy messages More... | |
void | CopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName) |
Copy messages More... | |
void | CopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName) |
Copy messages More... | |
void | CopyMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName) |
Copy messages More... | |
void | CopyMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName) |
Copy messages More... | |
System::SharedPtr< System::IAsyncResult > | BeginCreateFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Begins an asynchronous folder creation. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCreateFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous folder creation. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCreateFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous folder creation. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCreateFolder (System::String folderName) |
Begins an asynchronous folder creation. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCreateFolder (System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous folder creation. More... | |
System::SharedPtr< System::IAsyncResult > | BeginCreateFolder (System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous folder creation. More... | |
void | EndCreateFolder (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous folder creation to complete. More... | |
void | CreateFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Creates a folder with the specified name More... | |
void | CreateFolder (System::String folderName) |
Creates a folder with the specified name More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Begins an asynchronous folder deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous folder deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous folder deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteFolder (System::String folderName) |
Begins an asynchronous folder deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteFolder (System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous folder deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteFolder (System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous folder deletion. More... | |
void | EndDeleteFolder (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous folder deletion to complete. More... | |
void | DeleteFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Deletes a specified folder. This method represents IMAP DELETE command More... | |
void | DeleteFolder (System::String folderName) |
Deletes a specified folder. This method represents IMAP DELETE command More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, int64_t modificationSequence, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, int64_t modificationSequence) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (int32_t sequenceNumber, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (int32_t sequenceNumber) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (int32_t sequenceNumber, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
void | EndDeleteMessage (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous message deletion to complete. More... | |
void | DeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessage (int32_t sequenceNumber) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessage (System::String uniqueId) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence) |
Marks a message with the specified unique identifier as deleted More... | |
void | DeleteMessage (int32_t sequenceNumber, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessage (System::String uniqueId, int64_t modificationSequence) |
Marks a message with the specified unique identifier as deleted More... | |
void | DeleteMessage (System::String uniqueId, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessage (System::String uniqueId, int64_t modificationSequence, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid, bool commitNow) |
Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, int64_t modificationSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid, int64_t modificationSequence) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid, int64_t modificationSequence, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (int32_t startSequence, int32_t endSequence, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (int32_t startSequence, int32_t endSequence, int64_t modificationSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (int32_t startSequence, int32_t endSequence, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::String startUid, System::String endUid, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (int32_t startSequence, int32_t endSequence) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (int32_t startSequence, int32_t endSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (int32_t startSequence, int32_t endSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, bool commitNow) |
Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow) |
Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message deletion. More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::AsyncCallback callback) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as deleted asynchronously More... | |
void | EndDeleteMessages (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous message deletion to complete. More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence) |
Marks a message with the specified unique identifier as deleted More... | |
void | DeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence) |
Marks a message with the specified unique identifier as deleted More... | |
void | DeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (int32_t startSequence, int32_t endSequence) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::String startUid, System::String endUid) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence) |
Marks a message with the specified unique identifier as deleted More... | |
void | DeleteMessages (int32_t startSequence, int32_t endSequence, int64_t modificationSequence) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::String startUid, System::String endUid, int64_t modificationSequence) |
Marks a message with the specified unique identifier as deleted More... | |
void | DeleteMessages (System::String startUid, System::String endUid, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessages (System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet) |
Marks a message with the specified sequence number as deleted More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence) |
Marks a message with the specified unique identifier as deleted More... | |
void | DeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence) |
Marks a message with the specified unique identifier as deleted More... | |
void | DeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 More... | |
System::SharedPtr< System::IAsyncResult > | BeginExistFolder (System::String folderName) |
Check whether this folder exists More... | |
System::SharedPtr< System::IAsyncResult > | BeginExistFolder (System::String folderName, System::AsyncCallback callback) |
Check whether this folder exists More... | |
System::SharedPtr< System::IAsyncResult > | BeginExistFolder (System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Check whether this folder exists More... | |
System::SharedPtr< System::IAsyncResult > | BeginExistFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Check whether this folder exists More... | |
System::SharedPtr< System::IAsyncResult > | BeginExistFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback) |
Check whether this folder exists More... | |
System::SharedPtr< System::IAsyncResult > | BeginExistFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Check whether this folder exists More... | |
bool | EndExistFolder (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
bool | EndExistFolder (System::SharedPtr< System::IAsyncResult > asyncResult, System::SharedPtr< ImapFolderInfo > &folderInfo) |
Waits for the pending asynchronous operation to complete. More... | |
bool | ExistFolder (System::String folderName) |
Check whether this folder exists More... | |
bool | ExistFolder (System::String folderName, System::SharedPtr< ImapFolderInfo > &folderInfo) |
Check whether this folder exists, extract folder info if so More... | |
bool | ExistFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Check whether this folder exists More... | |
bool | ExistFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< ImapFolderInfo > &folderInfo) |
Check whether this folder exists, extract folder info if so More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchAttachment (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String attachmentName) |
Begins fetch an attachment. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchAttachment (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String attachmentName, System::AsyncCallback callback) |
Begins fetch an attachment. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchAttachment (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String attachmentName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins fetch an attachment. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchAttachment (int32_t sequenceNumber, System::String attachmentName) |
Begins fetch an attachment. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchAttachment (int32_t sequenceNumber, System::String attachmentName, System::AsyncCallback callback) |
Begins fetch an attachment. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchAttachment (int32_t sequenceNumber, System::String attachmentName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins fetch an attachment. More... | |
System::SharedPtr< Attachment > | EndFetchAttachment (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListAttachments (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
System::SharedPtr< System::IAsyncResult > | BeginListAttachments (int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
System::SharedPtr< ImapAttachmentInfoCollection > | EndListAttachments (System::SharedPtr< System::IAsyncResult > asyncResult) |
System::SharedPtr< Attachment > | FetchAttachment (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String attachmentName) |
Fetches the specified attachment More... | |
System::SharedPtr< Attachment > | FetchAttachment (int32_t sequenceNumber, System::String attachmentName) |
Fetches the specified attachment More... | |
System::SharedPtr< ImapAttachmentInfoCollection > | ListAttachments (int32_t sequenceNumber) |
Gets the message attachments list. Gets an information for each attachment in message. More... | |
System::SharedPtr< ImapAttachmentInfoCollection > | ListAttachments (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Gets the message attachments list. Gets an information for each attachment in message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, bool ignoreAttachment) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, bool ignoreAttachment, System::AsyncCallback callback) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, bool ignoreAttachment, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::String uniqueId) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::String uniqueId, System::AsyncCallback callback) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (int32_t sequenceNumber) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (int32_t sequenceNumber, System::AsyncCallback callback) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (int32_t sequenceNumber, bool ignoreAttachment) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (int32_t sequenceNumber, bool ignoreAttachment, System::AsyncCallback callback) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (int32_t sequenceNumber, bool ignoreAttachment, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous message fetching. More... | |
System::SharedPtr< MailMessage > | EndFetchMessage (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous message fetching to complete. More... | |
System::SharedPtr< MailMessage > | FetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Fetches the message More... | |
System::SharedPtr< MailMessage > | FetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, bool ignoreAttachment) |
Fetches the message More... | |
System::SharedPtr< MailMessage > | FetchMessage (int32_t sequenceNumber) |
Fetches the message More... | |
System::SharedPtr< MailMessage > | FetchMessage (int32_t sequenceNumber, bool ignoreAttachment) |
Fetches the message More... | |
System::SharedPtr< MailMessage > | FetchMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Fetches the message More... | |
System::SharedPtr< MailMessage > | FetchMessage (System::String uniqueId) |
Fetches the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers, System::AsyncCallback callback) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers, System::AsyncCallback callback) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uids) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uids, System::AsyncCallback callback) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uids, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uids) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uids, System::AsyncCallback callback) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uids, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins FetchMessages operation asynchronously More... | |
System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< MailMessage > > > | EndFetchMessages (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< MailMessage > > > | FetchMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers) |
Fetches the messages More... | |
System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< MailMessage > > > | FetchMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uids) |
Fetches the messages More... | |
System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< MailMessage > > > | FetchMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers) |
Fetches the messages More... | |
System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< MailMessage > > > | FetchMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uids) |
Fetches the messages More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetFolderInfo (System::SharedPtr< IConnection > connection, System::String folderName) |
Begins an asynchronous folder listing. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetFolderInfo (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous folder listing. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetFolderInfo (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous folder listing. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetFolderInfo (System::String folderName) |
Begins an asynchronous folder listing. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetFolderInfo (System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous folder listing. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetFolderInfo (System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous folder listing. More... | |
System::SharedPtr< ImapFolderInfo > | EndGetFolderInfo (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous folder listing to complete. More... | |
System::SharedPtr< ImapFolderInfo > | GetFolderInfo (System::SharedPtr< IConnection > connection, System::String folderName) |
Returns information about the specified folder without selecting it More... | |
System::SharedPtr< ImapFolderInfo > | GetFolderInfo (System::String folderName) |
Returns information about the specified folder without selecting it More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageThreads (System::SharedPtr< BaseSearchConditions > conditions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting message threads asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageThreads (System::SharedPtr< IConnection > connection, System::SharedPtr< BaseSearchConditions > conditions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting message threads asynchronously. More... | |
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< MessageThreadResult > > > | EndGetMessageThreads (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous folder deletion to complete. More... | |
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< MessageThreadResult > > > | GetMessageThreads (System::SharedPtr< BaseSearchConditions > conditions) |
Get message threads. More... | |
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< MessageThreadResult > > > | GetMessageThreads (System::SharedPtr< IConnection > connection, System::SharedPtr< BaseSearchConditions > conditions) |
Get message threads. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetNamespaces () |
Begins getting namespaces that are available on a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetNamespaces (System::AsyncCallback callback) |
Begins getting namespaces that are available on a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetNamespaces (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting namespaces that are available on a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetNamespaces (System::SharedPtr< IConnection > connection) |
Begins getting namespaces that are available on a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetNamespaces (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins getting namespaces that are available on a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetNamespaces (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting namespaces that are available on a server asynchronously. More... | |
System::ArrayPtr< System::SharedPtr< ImapNamespace > > | EndGetNamespaces (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
System::ArrayPtr< System::SharedPtr< ImapNamespace > > | GetNamespaces () |
Gets namespaces that are available on a server. More... | |
System::ArrayPtr< System::SharedPtr< ImapNamespace > > | GetNamespaces (System::SharedPtr< IConnection > connection) |
Gets namespaces that are available on a server. More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuota (System::String quotaRootName) |
Begins getting quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuota (System::String quotaRootName, System::AsyncCallback callback) |
Begins getting quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuota (System::String quotaRootName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuota (System::SharedPtr< IConnection > connection, System::String quotaRootName) |
Begins getting quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuota (System::SharedPtr< IConnection > connection, System::String quotaRootName, System::AsyncCallback callback) |
Begins getting quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuota (System::SharedPtr< IConnection > connection, System::String quotaRootName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting quota information More... | |
System::ArrayPtr< System::SharedPtr< ImapQuota > > | EndGetQuota (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
System::ArrayPtr< System::SharedPtr< ImapQuota > > | GetQuota (System::SharedPtr< IConnection > connection, System::String quotaRootName) |
Gets quota information More... | |
System::ArrayPtr< System::SharedPtr< ImapQuota > > | GetQuota (System::String quotaRootName) |
Gets quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuotaRoot (System::String mailboxName) |
Begins getting quota root information for mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuotaRoot (System::String mailboxName, System::AsyncCallback callback) |
Begins getting quota root information for mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuotaRoot (System::String mailboxName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting quota root information for mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuotaRoot (System::SharedPtr< IConnection > connection, System::String mailboxName) |
Begins getting quota root information for mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuotaRoot (System::SharedPtr< IConnection > connection, System::String mailboxName, System::AsyncCallback callback) |
Begins getting quota root information for mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetQuotaRoot (System::SharedPtr< IConnection > connection, System::String mailboxName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting quota root information for mailbox More... | |
System::ArrayPtr< System::SharedPtr< ImapQuotaRoot > > | EndGetQuotaRoot (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
System::ArrayPtr< System::SharedPtr< ImapQuotaRoot > > | GetQuotaRoot (System::SharedPtr< IConnection > connection, System::String mailboxName) |
Gets quota root information for mailbox More... | |
System::ArrayPtr< System::SharedPtr< ImapQuotaRoot > > | GetQuotaRoot (System::String mailboxName) |
Gets quota root information for mailbox More... | |
void | StartMonitoring (ImapMonitoringEventHandler callback, ImapMonitoringErrorEventHandler errorCallback, System::String folderName=u"Inbox") |
Starts monitoring of message changes for specified folder. More... | |
void | ResumeMonitoring (ImapMonitoringEventHandler callback, ImapMonitoringErrorEventHandler errorCallback, System::SharedPtr< IImapMonitoringState > monitoringState) |
Resumes monitoring of message changes for specified folder. Unlike the StartMonitoring method, it will find all missing mailbox changes and call the callback for them. More... | |
void | StopMonitoring (System::String folderName) |
Stops monitoring of message changes for specified folder. More... | |
void | StopMonitoring () |
Stops any monitoring of changes. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient () |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient (System::AsyncCallback callback) |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient (System::SharedPtr< IConnection > connection) |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient (System::SharedPtr< ImapIdentificationInfo > clientIdentificationInfo) |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient (System::SharedPtr< ImapIdentificationInfo > clientIdentificationInfo, System::AsyncCallback callback) |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient (System::SharedPtr< ImapIdentificationInfo > clientIdentificationInfo, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapIdentificationInfo > clientIdentificationInfo) |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapIdentificationInfo > clientIdentificationInfo, System::AsyncCallback callback) |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginIntroduceClient (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapIdentificationInfo > clientIdentificationInfo, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins introduce client information to a server asynchronously. More... | |
System::SharedPtr< ImapIdentificationInfo > | EndIntroduceClient (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
System::SharedPtr< ImapIdentificationInfo > | IntroduceClient () |
Introduces client information to a server. More... | |
System::SharedPtr< ImapIdentificationInfo > | IntroduceClient (System::SharedPtr< IConnection > connection) |
Introduces client information to a server. More... | |
System::SharedPtr< ImapIdentificationInfo > | IntroduceClient (System::SharedPtr< ImapIdentificationInfo > clientIdentificationInfo) |
Introduces client information to a server. More... | |
System::SharedPtr< ImapIdentificationInfo > | IntroduceClient (System::SharedPtr< IConnection > connection, System::SharedPtr< ImapIdentificationInfo > clientIdentificationInfo) |
Introduces client information to a server. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions, System::AsyncCallback callback) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions, System::AsyncCallback callback) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection) |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, bool loadFullInfo) |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, bool loadFullInfo, System::AsyncCallback callback) |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, bool loadFullInfo, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder, System::AsyncCallback callback) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder, bool loadFullInfo) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder, bool loadFullInfo, System::AsyncCallback callback) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder, bool loadFullInfo, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders () |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::AsyncCallback callback) |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (bool loadFullInfo) |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (bool loadFullInfo, System::AsyncCallback callback) |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (bool loadFullInfo, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the list of folders in the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::String parentFolder) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::String parentFolder, System::AsyncCallback callback) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::String parentFolder, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::String parentFolder, bool loadFullInfo) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::String parentFolder, bool loadFullInfo, System::AsyncCallback callback) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListFolders (System::String parentFolder, bool loadFullInfo, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the list of subfolders in the specified folder More... | |
System::SharedPtr< ImapFolderInfoCollection > | EndListFolders (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
System::SharedPtr< ImapFolderInfoCollection > | ListFolders (System::SharedPtr< IConnection > connection) |
Gets the list of folders in the mailbox More... | |
System::SharedPtr< ImapFolderInfoCollection > | ListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder) |
Gets the list of subfolders in the specified folder More... | |
System::SharedPtr< ImapFolderInfoCollection > | ListFolders (System::SharedPtr< IConnection > connection, bool loadFullInfo) |
Gets the list of folders in the mailbox More... | |
System::SharedPtr< ImapFolderInfoCollection > | ListFolders () |
Gets the list of folders in the mailbox More... | |
System::SharedPtr< ImapFolderInfoCollection > | ListFolders (System::String parentFolder) |
Gets the list of subfolders in the specified folder More... | |
System::SharedPtr< ImapFolderInfoCollection > | ListFolders (bool loadFullInfo) |
Gets the list of folders in the mailbox More... | |
System::SharedPtr< ImapFolderInfoCollection > | ListFolders (System::String parentFolder, bool loadFullInfo) |
Gets the list of subfolders in the specified folder More... | |
System::SharedPtr< ImapFolderInfoCollection > | ListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder, bool loadFullInfo) |
Gets the list of subfolders in the specified folder More... | |
System::SharedPtr< ImapFolderInfoCollection > | ListFolders (System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions) |
Gets the list of subfolders in the specified folder More... | |
System::SharedPtr< ImapFolderInfoCollection > | ListFolders (System::SharedPtr< IConnection > connection, System::String parentFolder, bool loadFullInfo, ListFoldersOptions options, ListFoldersReturnOptions returnOptions) |
Gets the list of subfolders in the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (int32_t sequenceNumber) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (int32_t sequenceNumber, System::AsyncCallback callback) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (int32_t sequenceNumber, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (int32_t sequenceNumber, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (int32_t sequenceNumber, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::String uniqueId) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::String uniqueId, System::AsyncCallback callback) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::String uniqueId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::String uniqueId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::String uniqueId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback) |
Begins to get information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get information about a message. More... | |
System::SharedPtr< ImapMessageInfo > | EndListMessage (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous ListMessage operation to complete. More... | |
System::SharedPtr< ImapMessageInfo > | ListMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields) |
Gets information about a message. More... | |
System::SharedPtr< ImapMessageInfo > | ListMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Gets information about a message. More... | |
System::SharedPtr< ImapMessageInfo > | ListMessage (int32_t sequenceNumber, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields) |
Gets information about a message. More... | |
System::SharedPtr< ImapMessageInfo > | ListMessage (int32_t sequenceNumber) |
Gets information about a message. More... | |
System::SharedPtr< ImapMessageInfo > | ListMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields) |
Gets information about a message. More... | |
System::SharedPtr< ImapMessageInfo > | ListMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Gets information about a message. More... | |
System::SharedPtr< ImapMessageInfo > | ListMessage (System::String uniqueId) |
Gets information about a message. More... | |
System::SharedPtr< ImapMessageInfo > | ListMessage (System::String uniqueId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields) |
Gets information about a message. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, ImapListFields fieldsList, int32_t maxNumberOfMessages) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, ImapListFields fieldsList, int32_t maxNumberOfMessages, System::AsyncCallback callback) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, ImapListFields fieldsList, int32_t maxNumberOfMessages, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::String folderName, ImapListFields fieldsList, int32_t maxNumberOfMessages) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::String folderName, ImapListFields fieldsList, int32_t maxNumberOfMessages, System::AsyncCallback callback) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::String folderName, ImapListFields fieldsList, int32_t maxNumberOfMessages, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst, System::AsyncCallback callback) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst, System::AsyncCallback callback) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst, System::AsyncCallback callback) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst, System::AsyncCallback callback) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, int32_t maxNumberOfMessages) |
Begins getting the list of messages in the current folder Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, int32_t maxNumberOfMessages, System::AsyncCallback callback) |
Begins getting the list of messages in the current folder Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, int32_t maxNumberOfMessages, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting the list of messages in the current folder Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (int64_t modificationSequence) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (int64_t modificationSequence, System::AsyncCallback callback) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, int64_t modificationSequence) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, int64_t modificationSequence, System::AsyncCallback callback) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages () |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::AsyncCallback callback) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::AsyncCallback callback) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::String folderName, int64_t modificationSequence, bool retrieveRecursively, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting the list of messages asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t maxNumberOfMessages, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t maxNumberOfMessages) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t maxNumberOfMessages) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t maxNumberOfMessages, System::AsyncCallback callback) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::String folderName, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t maxNumberOfMessages, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t maxNumberOfMessages, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting the list of messages asynchronously in the current folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | EndListMessages (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous ListMessages operation to complete. More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::String folderName, ImapListFields fieldsList, int32_t maxNumberOfMessages) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::String folderName, ImapListFields fieldsList, int32_t maxNumberOfMessages) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::String folderName, int64_t modificationSequence, bool retrieveRecursively, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields) |
Gets the list of messages in the specified folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection) |
Gets the list of messages in the current folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::String folderName) |
Gets the list of messages in the specified folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, bool retrieveRecursively) |
Gets the list of messages in the current folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, int64_t modificationSequence) |
Gets the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::String folderName, bool retrieveRecursively) |
Gets the list of messages in the specified folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages () |
Gets the list of messages in the current folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields) |
Gets the list of messages in the current folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (bool retrieveRecursively) |
Gets the list of messages in the current folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::String folderName) |
Gets the list of messages in the specified folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::String folderName, bool retrieveRecursively) |
Gets the list of messages in the specified folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::String folderName, bool retrieveRecursively, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> messageExtraFields) |
Gets the list of messages in the specified folder More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (int64_t modificationSequence) |
Gets the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162 More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::String folderName, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t maxNumberOfMessages) |
Gets the list of messages in the current folder. More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query) |
Gets the list of messages in the current folder. More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t maxNumberOfMessages) |
Gets the list of messages in the current folder. More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query) |
Gets the list of messages in the current folder. More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::String folderName, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t maxNumberOfMessages) |
Gets the list of messages in the current folder. More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, int32_t maxNumberOfMessages) |
Gets the list of messages in the current folder. More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, int32_t maxNumberOfMessages) |
Gets the list of messages in the current folder. More... | |
System::SharedPtr< ImapMessageInfoCollection > | ListMessages (int32_t maxNumberOfMessages) |
Gets the list of messages in the current folder. More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessagesByPage (int32_t itemsPerPage, int32_t pageOffset, System::SharedPtr< PageSettingsAsync > settings) |
Begins getting the list of messages asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessagesByPage (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, System::SharedPtr< PageInfo > pageInfo, System::SharedPtr< PageSettingsAsync > settings) |
Begins getting the list of messages asynchronously More... | |
System::SharedPtr< ImapPageInfo > | EndListMessagesByPage (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous ListMessagesByPage operation to complete. More... | |
System::SharedPtr< ImapPageInfo > | ListMessagesByPage (int32_t itemsPerPage, System::SharedPtr< PageSettings > settings) |
Gets the list of messages More... | |
System::SharedPtr< ImapPageInfo > | ListMessagesByPage (int32_t itemsPerPage, int32_t pageOffset, System::SharedPtr< PageSettings > settings) |
Gets the list of messages More... | |
System::SharedPtr< ImapPageInfo > | ListMessagesByPage (System::SharedPtr< PageInfo > pageInfo, System::SharedPtr< PageSettings > settings) |
Gets the list of messages More... | |
System::SharedPtr< ImapPageInfo > | ListMessagesByPage (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, System::SharedPtr< PageInfo > pageInfo, System::SharedPtr< PageSettings > settings) |
Gets the list of messages More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogin () |
Begins to sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogin (System::AsyncCallback callback) |
Begins to sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogin (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogin (System::SharedPtr< IConnection > connection) |
Begins to sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogin (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins to sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogin (System::SharedPtr< IConnection > iConnection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to sign in to a server More... | |
void | EndLogin (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | Login (System::SharedPtr< IConnection > connection) |
Sign in to a server More... | |
void | Login () |
Sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogout () |
Begins to sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogout (System::AsyncCallback callback) |
Begins to sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogout (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogout (System::SharedPtr< IConnection > connection) |
Begins to sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogout (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins to sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginLogout (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to sign in to a server More... | |
void | EndLogout (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | Logout (System::SharedPtr< IConnection > connection) |
Sign in to a server More... | |
void | Logout () |
Sign in to a server More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveFolder (System::String newParentFolder, System::String folderName) |
Moves specified folder and its subfolders to new location asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveFolder (System::String newParentFolder, System::String folderName, System::AsyncCallback callback) |
Moves specified folder and its subfolders to new location asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveFolder (System::String newParentFolder, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Moves specified folder and its subfolders to new location asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveFolder (System::SharedPtr< IConnection > connection, System::String newParentFolder, System::String folderName) |
Moves specified folder and its subfolders to new location asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveFolder (System::SharedPtr< IConnection > connection, System::String newParentFolder, System::String folderName, System::AsyncCallback callback) |
Moves specified folder and its subfolders to new location asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveFolder (System::SharedPtr< IConnection > connection, System::String newParentFolder, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Moves specified folder and its subfolders to new location asynchronously. More... | |
void | EndMoveFolder (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for completion of the asynchronous operation. More... | |
void | MoveFolder (System::String newParentFolder, System::String folderName) |
Moves specified folder and its subfolders to new location. More... | |
void | MoveFolder (System::SharedPtr< IConnection > connection, System::String newParentFolder, System::String folderName) |
Moves specified folder and its subfolders to new location. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::String uniqueId, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::String uniqueId, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::String uniqueId, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (int32_t sequenceNumber, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::String uniqueId, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::String uniqueId, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (System::String uniqueId, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (int32_t sequenceNumber, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (int32_t sequenceNumber, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessage (int32_t sequenceNumber, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::String | EndMoveMessage (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
System::String | MoveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName, bool commitDeletions) |
Moves the messaeg More... | |
System::String | MoveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName, bool commitDeletions) |
Moves the message More... | |
System::String | MoveMessage (int32_t sequenceNumber, System::String folderName, bool commitDeletions) |
Moves the message More... | |
System::String | MoveMessage (System::String uniqueId, System::String folderName, bool commitDeletions) |
Moves the message More... | |
System::String | MoveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String folderName) |
Moves the messaeg More... | |
System::String | MoveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String folderName) |
Moves the message More... | |
System::String | MoveMessage (int32_t sequenceNumber, System::String folderName) |
Moves the message More... | |
System::String | MoveMessage (System::String uniqueId, System::String folderName) |
Moves the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (int32_t startSequence, int32_t endSequence, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (int32_t startSequence, int32_t endSequence, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (int32_t startSequence, int32_t endSequence, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::String startUid, System::String endUid, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::String startUid, System::String endUid, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::String startUid, System::String endUid, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::String startUid, System::String endUid, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::String startUid, System::String endUid, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::String startUid, System::String endUid, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback) |
Begins an asynchronous moving. More... | |
System::SharedPtr< System::IAsyncResult > | BeginMoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins an asynchronous moving. More... | |
void | EndMoveMessages (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | MoveMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions) |
Moves the messaeg More... | |
void | MoveMessages (int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName) |
Moves the messaeg More... | |
void | MoveMessages (int32_t startSequence, int32_t endSequence, System::String folderName) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions) |
Moves the messaeg More... | |
void | MoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName) |
Moves the messaeg More... | |
void | MoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName, bool commitDeletions) |
Moves the message More... | |
void | MoveMessages (System::String startUid, System::String endUid, System::String folderName, bool commitDeletions) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::String folderName) |
Moves the message More... | |
void | MoveMessages (System::String startUid, System::String endUid, System::String folderName) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName) |
Moves the message More... | |
void | MoveMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::String folderName) |
Moves the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop (System::SharedPtr< IConnection > connection) |
Begins to execute 'No operation' command More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins to execute 'No operation' command More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to execute 'No operation' command More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop () |
Begins to execute 'No operation' command More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop (System::AsyncCallback callback) |
Begins to execute 'No operation' command More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to execute 'No operation' command More... | |
void | EndNoop (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | Noop (System::SharedPtr< IConnection > connection) override |
'No operation' command More... | |
void | Noop () override |
'No operation' command More... | |
void | Noop (System::SharedPtr< Connection > connection, int32_t timeout) override |
'No operation' command More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback) |
Removes the flags of the message asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRemoveMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Removes the flags of the message asynchronously More... | |
void | EndRemoveMessageFlags (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (int32_t sequenceNumber, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::String uniqueId, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
void | RemoveMessageFlags (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfoSet, System::SharedPtr< ImapMessageFlags > flags, int64_t modificationSequence) |
Removes the flags of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginRenameFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::String newFolderName) |
Begins RenameFolder operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRenameFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::String newFolderName, System::AsyncCallback callback) |
Begins RenameFolder operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRenameFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::String newFolderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins RenameFolder operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRenameFolder (System::String folderName, System::String newFolderName) |
Begins RenameFolder operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRenameFolder (System::String folderName, System::String newFolderName, System::AsyncCallback callback) |
Begins RenameFolder operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginRenameFolder (System::String folderName, System::String newFolderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins RenameFolder operation asynchronously More... | |
void | EndRenameFolder (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
void | RenameFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::String newFolderName) |
Renames a specified folder to a new name More... | |
void | RenameFolder (System::String folderName, System::String newFolderName) |
Renames a specified folder to a new name More... | |
System::SharedPtr< System::IAsyncResult > | BeginRequestCheckpoint (System::SharedPtr< IConnection > connection) |
Begins request a checkpoint of the currently selected mailbox. More... | |
System::SharedPtr< System::IAsyncResult > | BeginRequestCheckpoint (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins request a checkpoint of the currently selected mailbox. More... | |
System::SharedPtr< System::IAsyncResult > | BeginRequestCheckpoint (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins request a checkpoint of the currently selected mailbox. More... | |
System::SharedPtr< System::IAsyncResult > | BeginRequestCheckpoint () |
Begins request a checkpoint of the currently selected mailbox. More... | |
System::SharedPtr< System::IAsyncResult > | BeginRequestCheckpoint (System::AsyncCallback callback) |
Begins request a checkpoint of the currently selected mailbox. More... | |
System::SharedPtr< System::IAsyncResult > | BeginRequestCheckpoint (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins request a checkpoint of the currently selected mailbox. More... | |
void | EndRequestCheckpoint (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | RequestCheckpoint (System::SharedPtr< IConnection > connection) |
Requests a checkpoint of the currently selected mailbox. More... | |
void | RequestCheckpoint () |
Requests a checkpoint of the currently selected mailbox. More... | |
System::SharedPtr< System::IAsyncResult > | BeginRestore (System::SharedPtr< Aspose::Email::Storage::Pst::PersonalStorage > pst, System::SharedPtr< RestoreSettingsAsync > settings) |
Begins to restore imap folders from the given personal storage. More... | |
void | EndRestore (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | Restore (System::SharedPtr< Aspose::Email::Storage::Pst::PersonalStorage > pst, System::SharedPtr< RestoreSettings > settings) |
Begins to restore imap folders from the given personal storage. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< System::IO::Stream > resultStream) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< System::IO::Stream > resultStream, System::AsyncCallback callback) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< System::IO::Stream > resultStream, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > resultStream) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > resultStream, System::AsyncCallback callback) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > resultStream, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String fileName) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String fileName, System::AsyncCallback callback) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String fileName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String fileName) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String fileName, System::AsyncCallback callback) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String fileName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::String uniqueId, System::SharedPtr< System::IO::Stream > resultStream) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::String uniqueId, System::SharedPtr< System::IO::Stream > resultStream, System::AsyncCallback callback) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::String uniqueId, System::SharedPtr< System::IO::Stream > resultStream, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > resultStream) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > resultStream, System::AsyncCallback callback) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > resultStream, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::String uniqueId, System::String fileName) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::String uniqueId, System::String fileName, System::AsyncCallback callback) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::String uniqueId, System::String fileName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (int32_t sequenceNumber, System::String fileName) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (int32_t sequenceNumber, System::String fileName, System::AsyncCallback callback) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (int32_t sequenceNumber, System::String fileName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins SaveMessage operation asynchronously More... | |
void | EndSaveMessage (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
void | SaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > resultStream) |
Downloads the message with the specified sequence number and writes its data into a supplied stream More... | |
void | SaveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< System::IO::Stream > resultStream) |
Downloads the message with the specified sequence number and writes its data into a supplied stream More... | |
void | SaveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String fileName) |
Downloads the message with the specified sequence number and writes its data into a local file More... | |
void | SaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String fileName) |
Downloads the message with the specified sequence number and writes its data into a local file More... | |
void | SaveMessage (int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > resultStream) |
Downloads the message with the specified sequence number and writes its data into a supplied stream More... | |
void | SaveMessage (System::String uniqueId, System::SharedPtr< System::IO::Stream > resultStream) |
Downloads the message with the specified sequence number and writes its data into a supplied stream More... | |
void | SaveMessage (System::String uniqueId, System::String fileName) |
Downloads the message with the specified sequence number and writes its data into a local file More... | |
void | SaveMessage (int32_t sequenceNumber, System::String fileName) |
Downloads the message with the specified sequence number and writes its data into a local file More... | |
System::SharedPtr< System::IAsyncResult > | BeginSelectFolder (System::String folderName) |
Begins select the specified folder asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSelectFolder (System::String folderName, System::AsyncCallback callback) |
Begins select the specified folder asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSelectFolder (System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins select the specified folder asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSelectFolder (System::String folderName, System::Nullable< bool > readOnly, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins select the specified folder asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSelectFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Begins select the specified folder asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSelectFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback) |
Begins select the specified folder asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSelectFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins select the specified folder asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSelectFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::Nullable< bool > readOnly, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins select the specified folder asynchronously. More... | |
System::SharedPtr< ImapFolderInfo > | EndSelectFolder (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous message fetching to complete. More... | |
void | SelectFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Selects the specified folder More... | |
void | SelectFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::Nullable< bool > readOnly) |
Selects the specified folder More... | |
void | SelectFolder (System::String folderName) |
Selects the specified folder More... | |
void | SelectFolder (System::String folderName, System::Nullable< bool > readOnly) |
Selects the specified folder More... | |
System::SharedPtr< System::IAsyncResult > | BeginSetQuota (System::String quotaRootName, System::String resourceName, int32_t resourceLimit) |
Begins setting quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginSetQuota (System::String quotaRootName, System::String resourceName, int32_t resourceLimit, System::AsyncCallback callback) |
Begins setting quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginSetQuota (System::String quotaRootName, System::String resourceName, int32_t resourceLimit, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins setting quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginSetQuota (System::SharedPtr< IConnection > connection, System::String quotaRootName, System::String resourceName, int32_t resourceLimit) |
Begins setting quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginSetQuota (System::SharedPtr< IConnection > connection, System::String quotaRootName, System::String resourceName, int32_t resourceLimit, System::AsyncCallback callback) |
Begins setting quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginSetQuota (System::SharedPtr< IConnection > connection, System::String quotaRootName, System::String resourceName, int32_t resourceLimit, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins setting quota information More... | |
System::ArrayPtr< System::SharedPtr< ImapQuota > > | EndSetQuota (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
System::ArrayPtr< System::SharedPtr< ImapQuota > > | SetQuota (System::SharedPtr< IConnection > connection, System::String quotaRootName, System::String resourceName, int32_t resourceLimit) |
Sets quota information More... | |
System::ArrayPtr< System::SharedPtr< ImapQuota > > | SetQuota (System::String quotaRootName, System::String resourceName, int32_t resourceLimit) |
Sets quota information More... | |
System::SharedPtr< System::IAsyncResult > | BeginSortMessageThreads (System::SharedPtr< SortConditions > conditions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins sorting message threads asynchronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSortMessageThreads (System::SharedPtr< IConnection > connection, System::SharedPtr< SortConditions > conditions, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins sorting message threads asynchronously. More... | |
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< MessageThreadResult > > > | EndSortMessageThreads (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous folder deletion to complete. More... | |
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< MessageThreadResult > > > | SortMessageThreads (System::SharedPtr< SortConditions > conditions) |
Get message threads. More... | |
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< MessageThreadResult > > > | SortMessageThreads (System::SharedPtr< IConnection > connection, System::SharedPtr< SortConditions > conditions) |
Get message threads. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSubscribeFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSubscribeFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSubscribeFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSubscribeFolder (System::String folderName) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSubscribeFolder (System::String folderName, System::AsyncCallback callback) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes. More... | |
System::SharedPtr< System::IAsyncResult > | BeginSubscribeFolder (System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes. More... | |
void | EndSubscribeFolder (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | SubscribeFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes. More... | |
void | SubscribeFolder (System::String folderName) |
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::String uniqueId, int64_t modificationSequence) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (int32_t sequenceNumber, int64_t modificationSequence) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::String uniqueId) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::String uniqueId, System::AsyncCallback callback) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (int32_t sequenceNumber) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (int32_t sequenceNumber, System::AsyncCallback callback) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessage (int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Marks a message with the specified sequence number as not deleted. More... | |
void | EndUndeleteMessage (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | UndeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Marks a message with the specified sequence number as not deleted More... | |
void | UndeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Marks a message with the specified sequence number as not deleted. More... | |
void | UndeleteMessage (int32_t sequenceNumber) |
Marks a message with the specified sequence number as not deleted More... | |
void | UndeleteMessage (System::String uniqueId) |
Marks a message with the specified sequence number as not deleted. More... | |
void | UndeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence) |
Marks a message with the specified sequence number as not deleted More... | |
void | UndeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, int64_t modificationSequence) |
Marks a message with the specified sequence number as not deleted. More... | |
void | UndeleteMessage (int32_t sequenceNumber, int64_t modificationSequence) |
Marks a message with the specified sequence number as not deleted More... | |
void | UndeleteMessage (System::String uniqueId, int64_t modificationSequence) |
Marks a message with the specified sequence number as not deleted. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder (System::SharedPtr< IConnection > connection, bool doNotExpunge) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691 More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder (System::SharedPtr< IConnection > connection, bool doNotExpunge, System::AsyncCallback callback) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691 More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder (System::SharedPtr< IConnection > connection, bool doNotExpunge, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691 More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder (bool doNotExpunge) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691 More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder (bool doNotExpunge, System::AsyncCallback callback) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691 More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder (bool doNotExpunge, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691 More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder (System::SharedPtr< IConnection > connection) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder () |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder (System::AsyncCallback callback) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnselectFolder (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously. More... | |
void | EndUnselectFolder (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | UnselectFolder (System::SharedPtr< IConnection > connection) |
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder. More... | |
void | UnselectFolder () |
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder. More... | |
void | UnselectFolder (System::SharedPtr< IConnection > connection, bool doNotExpunge) |
Unselects folder which are currently selected. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691 More... | |
void | UnselectFolder (bool doNotExpunge) |
Unselects folder which are currently selected. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691 More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnsubscribeFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnsubscribeFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnsubscribeFolder (System::SharedPtr< IConnection > connection, System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnsubscribeFolder (System::String folderName) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnsubscribeFolder (System::String folderName, System::AsyncCallback callback) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes More... | |
System::SharedPtr< System::IAsyncResult > | BeginUnsubscribeFolder (System::String folderName, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes More... | |
void | EndUnsubscribeFolder (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | UnsubscribeFolder (System::SharedPtr< IConnection > connection, System::String folderName) |
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes More... | |
void | UnsubscribeFolder (System::String folderName) |
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes More... | |
System::SharedPtr< System::IAsyncResult > | BeginValidateCredentials (System::SharedPtr< IConnection > connection) |
Begins to execute credentials validation More... | |
System::SharedPtr< System::IAsyncResult > | BeginValidateCredentials (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins to execute credentials validation More... | |
System::SharedPtr< System::IAsyncResult > | BeginValidateCredentials (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to execute credentials validation More... | |
System::SharedPtr< System::IAsyncResult > | BeginValidateCredentials () |
Begins to execute credentials validation More... | |
System::SharedPtr< System::IAsyncResult > | BeginValidateCredentials (System::AsyncCallback callback) |
Begins to execute credentials validation More... | |
System::SharedPtr< System::IAsyncResult > | BeginValidateCredentials (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to execute credentials validation More... | |
bool | EndValidateCredentials (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
bool | ValidateCredentials (System::SharedPtr< IConnection > connection) |
Executes credentials validation More... | |
bool | ValidateCredentials () override |
Executes credentials validation More... | |
Public Member Functions inherited from Aspose::Email::Clients::EmailClient | |
bool | get_EnableLogger () |
Gets value which allows enable/disable logger More... | |
void | set_EnableLogger (bool value) |
Sets value which allows enable/disable logger More... | |
System::String | get_LogFileName () |
Gets log file name More... | |
void | set_LogFileName (System::String value) |
Sets log file name More... | |
bool | get_UseDateInLogFileName () const |
Gets value which indicates if date has to be used in log file name. More... | |
void | set_UseDateInLogFileName (bool value) |
Sets value which indicates if date has to be used in log file name. More... | |
virtual System::SharedPtr< Aspose::Email::Tools::Logging::Logger > | get_Logger () |
virtual void | set_Logger (System::SharedPtr< Aspose::Email::Tools::Logging::Logger > value) |
virtual System::SharedPtr< System::Text::Encoding > | get_DefaultEncoding () |
Gets default encoding for email client More... | |
virtual void | set_DefaultEncoding (System::SharedPtr< System::Text::Encoding > value) |
Sets default encoding for email client More... | |
virtual Base::EncryptionProtocols | get_SupportedEncryption () |
Defines the versions of SSL/TLS encryption protocols to be used. PLEASE PAY YOUR ATTENTION, you may set only those versions of protocol, which are supported by .net framework. IF SOME VERSIONS OF PROTOCOL ARE NOT SUPPORTED BY YOUR CURRENT VERSION OF .NET FRAMEWORK, THEY WILL BE IGNORED AND SKIPPED. IT MAY LEAD TO DOWNGRADE TLS SECURITY LEVEL. IN THIS CASE EXCEPTION WON'T BE GENERATED!!! Please, see EncryptionProtocols documentation for more details. Please use SetSupportedEncryptionUnsafe method if you want to set the encryption protocols without any compatibility checks. Default value is: Tls | Tls11 | Tls12 | Tls13 (in case if your current version of .net framework supports these versions of TLS) More... | |
virtual void | set_SupportedEncryption (Base::EncryptionProtocols value) |
Defines the versions of SSL/TLS encryption protocols to be used. PLEASE PAY YOUR ATTENTION, you may set only those versions of protocol, which are supported by .net framework. IF SOME VERSIONS OF PROTOCOL ARE NOT SUPPORTED BY YOUR CURRENT VERSION OF .NET FRAMEWORK, THEY WILL BE IGNORED AND SKIPPED. IT MAY LEAD TO DOWNGRADE TLS SECURITY LEVEL. IN THIS CASE EXCEPTION WON'T BE GENERATED!!! Please, see EncryptionProtocols documentation for more details. Please use SetSupportedEncryptionUnsafe method if you want to set the encryption protocols without any compatibility checks. Default value is: Tls | Tls11 | Tls12 | Tls13 (in case if your current version of .net framework supports these versions of TLS) More... | |
virtual System::SharedPtr< System::Security::Cryptography::X509Certificates::X509CertificateCollection > | get_ClientCertificates () |
Contains collection of clients certificates More... | |
virtual System::SharedPtr< PipeliningStatus > | get_UsePipelining () |
Gets object which indicates whether the pipelining mode is enabled. More... | |
virtual void | set_UsePipelining (System::SharedPtr< PipeliningStatus > value) |
Sets object which indicates whether the pipelining mode is enabled. More... | |
virtual System::String | get_Host () |
Gets the host name. More... | |
virtual void | set_Host (System::String value) |
Sets the host name. More... | |
virtual int32_t | get_Port () |
Gets the port. More... | |
virtual void | set_Port (int32_t value) |
Sets the port. More... | |
virtual Aspose::Email::Clients::SecurityOptions | get_SecurityOptions () |
Security mode for a mail client More... | |
virtual void | set_SecurityOptions (Aspose::Email::Clients::SecurityOptions value) |
Security mode for a mail client More... | |
virtual bool | get_UseAuthentication () |
Indicates whether authentication is used. More... | |
virtual void | set_UseAuthentication (bool value) |
Indicates whether authentication is used. More... | |
virtual int32_t | get_ConnectionCheckupPeriod () |
Period of connection checking up in milliseconds. Default value is 5 min. More... | |
virtual void | set_ConnectionCheckupPeriod (int32_t value) |
Period of connection checking up in milliseconds. Default value is 5 min. More... | |
virtual bool | get_UseDefaultCredentials () |
Gets a Boolean value that controls whether the DefaultCredentials are sent with requests. This option is used with NTLM authentication ONLY! More... | |
virtual void | set_UseDefaultCredentials (bool value) |
Sets a Boolean value that controls whether the DefaultCredentials are sent with requests. This option is used with NTLM authentication ONLY! More... | |
virtual System::SharedPtr< Aspose::Email::Clients::Proxy > | get_Proxy () |
Gets proxy for the client More... | |
virtual void | set_Proxy (System::SharedPtr< Aspose::Email::Clients::Proxy > value) |
Sets proxy for the client More... | |
int32_t | get_Timeout () |
Gets the timeout for mail operations More... | |
void | set_Timeout (int32_t value) |
Sets the timeout for mail operations More... | |
int32_t | get_GreetingTimeout () |
Gets the greeting timeout that is used when establishing a connection. Please note, greeting timeout can't be infinite. More... | |
void | set_GreetingTimeout (int32_t value) |
Sets the greeting timeout that is used when establishing a connection. Please note, greeting timeout can't be infinite. More... | |
System::SharedPtr< System::Net::ICredentialsByHost > | get_Credentials () |
void | set_Credentials (System::SharedPtr< System::Net::ICredentialsByHost > value) |
virtual System::String | get_Password () |
Gets the password. Password limitations are defined by server implementation, which client connects. More... | |
virtual void | set_Password (System::String value) |
Sets the password. Password limitations are defined by server implementation, which client connects. More... | |
virtual System::String | get_AccessToken () |
Gets the access token. More... | |
virtual void | set_AccessToken (System::String value) |
Sets the access token. More... | |
System::SharedPtr< ITokenProvider > | get_TokenProvider () const |
Gets TokenProvider allowing to retrieve access token. More... | |
void | set_TokenProvider (System::SharedPtr< ITokenProvider > value) |
Sets TokenProvider allowing to retrieve access token. More... | |
virtual System::String | get_Username () |
Gets the username. More... | |
virtual void | set_Username (System::String value) |
Sets the username. More... | |
Aspose::Email::Clients::ConnectionState | get_ConnectionState () |
Gets the current state of the connection. More... | |
System::SharedPtr< Aspose::Email::Clients::ConnectionPool > | get_ConnectionPool () const |
Gets connection pool for the client More... | |
void | set_ConnectionPool (System::SharedPtr< Aspose::Email::Clients::ConnectionPool > value) |
Sets connection pool for the client More... | |
virtual System::SharedPtr< IConnection > | get_CurrentConnection () |
Gets current connection according to ConnectionAsgmtMode option More... | |
virtual ConnectionAsgmtType | get_ConnectionAsgmtMode () |
Gets value which defines mode of connection allocation in multiple threads environment More... | |
virtual void | set_ConnectionAsgmtMode (ConnectionAsgmtType value) |
Sets value which defines mode of connection allocation in multiple threads environment More... | |
virtual MultiConnectionMode | get_UseMultiConnection () |
Gets value which indicates if client has to use multiple connections for heavy loaded operations. Please note, using of this mode not necessary has to lead to performance increasing. More... | |
virtual void | set_UseMultiConnection (MultiConnectionMode value) |
Sets value which indicates if client has to use multiple connections for heavy loaded operations. Please note, using of this mode not necessary has to lead to performance increasing. More... | |
virtual int32_t | get_ConnectionsQuantity () |
Gets quantity of connections in multy-connection mode More... | |
virtual void | set_ConnectionsQuantity (int32_t value) |
Sets quantity of connections in multy-connection mode More... | |
void | InitializeConnectionPool () |
void | ResetLogSettings () |
Resets logging settings to default. More... | |
void | initializeLogger () |
void | SetSupportedEncryptionUnsafe (Base::EncryptionProtocols value) |
Defines the versions of SSL/TLS encryption protocols to be used. This method is not safe and sets the encryption protocols without any compatibility checks. Use SupportedEncryption property to safely set only protocols that definitely supported by .net framework. Please note, if your current .net framework does not support this level of security, an exception will be thrown when trying to establish a connection to the server. More... | |
void | SetCredentials () |
virtual System::ArrayPtr< System::String > | GetCapabilities () |
void | CancelAsyncOperation (System::SharedPtr< System::IAsyncResult > asyncResult) |
Cancels asynchronous operation. This method is used only with APM operations also known as Begin/End methods. Please do not use this method with TAP operations! More... | |
virtual void | ConnectionFinalize (System::SharedPtr< System::Object > sender, System::SharedPtr< Base::ConnectionEventArgs > args) |
Performs finalization operation for specified connection More... | |
System::SharedPtr< System::Object > | EndGroupOperation (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the pending asynchronous operation to complete. More... | |
void | Dispose () override |
Finalizes all operations with a server. More... | |
virtual System::SharedPtr< IConnection > | CreateConnection () |
Creates new independent connection for operations not linked to threads (not default connection). Invocation of this method is similar to invocation of CreateConnection(createAsDefaultConnection = false) Please see more in documentation for EmailClient.ConnectionAsgmtMode property. More... | |
virtual System::SharedPtr< IConnection > | CreateConnection (bool createAsDefaultConnection) |
Creates new (default or independent) connection for operations. Please see more in documentation for EmailClient.ConnectionAsgmtMode property. More... | |
Static Public Member Functions | |
static System::String | get_DefaultFolder () |
Default folder for ImapClients More... | |
static void | set_DefaultFolder (System::String value) |
Default folder for ImapClients More... | |
static System::String | QuotePassword (System::String password) |
Protected Member Functions | |
virtual | ~ImapClient () |
Protected Member Functions inherited from Aspose::Email::Clients::EmailClient | |
EmailClient (System::String type) | |
Initializes a new instance of the EmailClient class. More... | |
EmailClient (System::String type, System::String host, int32_t port) | |
Initializes a new instance of the EmailClient class. More... | |
EmailClient (System::String type, System::String host, int32_t port, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the EmailClient class. More... | |
EmailClient (System::String type, System::String host, int32_t port, System::String username, System::String password) | |
Initializes a new instance of the EmailClient class. More... | |
EmailClient (System::String type, System::String host, int32_t port, System::String username, System::String password, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the EmailClient class. More... | |
EmailClient (System::String type, System::String host, int32_t port, System::String username, System::String authInfo, bool useOAuth) | |
Initializes a new instance of the EmailClient class. More... | |
EmailClient (System::String type, System::String host, int32_t port, System::String username, System::String authInfo, bool useOAuth, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the EmailClient class. More... | |
EmailClient (System::String type, System::String host, int32_t port, System::String username, System::SharedPtr< ITokenProvider > tokenProvider) | |
Initializes a new instance of the EmailClient class. More... | |
EmailClient (System::String type, System::String host, int32_t port, System::String username, System::SharedPtr< ITokenProvider > tokenProvider, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the EmailClient class. More... | |
virtual void | Dispose (bool disposing) |
Finalizes all operations with a server. More... | |
virtual | ~EmailClient () |
Friends | |
class | Aspose::Email::Clients::EmailClient |
class | Aspose::Email::Clients::Imap::Commands::FetchMessagesCommand |
Additional Inherited Members | |
Public Attributes inherited from Aspose::Email::Clients::EmailClient | |
System::SharedPtr< System::Object > | loggerSyncObj |
System::SharedPtr< Aspose::Email::Tools::Logging::Logger > | logger |
System::String | password |
System::String | username |
System::String | accessToken |
System::SharedPtr< ITokenProvider > | tokenProvider |
System::SharedPtr< Aspose::Email::Clients::ConnectionPool > | connectionPool |
System::String | clientType |
Static Public Attributes inherited from Aspose::Email::Clients::EmailClient | |
static System::SharedPtr< System::Object > | logManagerSyncObj |
Allows applications to access and manipulate messages by using the Internet Message Access Protocol (IMAP).
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | ) |
Initializes a new instance of the ImapClient class
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host | ) |
Initializes a new instance of the ImapClient class
host | The host name |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
int32_t | port | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
port | The port number |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
int32_t | port, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
port | The port number |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
System::String | username, | ||
System::String | password | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
username | The user name |
password | The password |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
System::String | username, | ||
System::String | password, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
username | The user name |
password | The password |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::String | password | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
port | The port number |
username | The user name |
password | The password |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::String | password, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
port | The port number |
username | The user name |
password | The password |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::String | password, | ||
System::Net::Security::RemoteCertificateValidationCallback | userCertificateValidationCallback | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
port | The portnumber |
username | The user name |
password | The password |
userCertificateValidationCallback | System.Net.Security.RemoteCertificateValidationCallback |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::String | password, | ||
System::Net::Security::RemoteCertificateValidationCallback | userCertificateValidationCallback, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
port | The portnumber |
username | The user name |
password | The password |
userCertificateValidationCallback | System.Net.Security.RemoteCertificateValidationCallback |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
System::String | username, | ||
System::String | authInfo, | ||
bool | useOAuth | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
username | The user name |
authInfo | The user password or XOAUTH2 access token |
useOAuth | Defines whether SASL XOAUTH2 mechanism is used to login to the server |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
System::String | username, | ||
System::String | authInfo, | ||
bool | useOAuth, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
username | The user name |
authInfo | The user password or XOAUTH2 access token |
useOAuth | Defines whether SASL XOAUTH2 mechanism is used to login to the server |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::String | authInfo, | ||
bool | useOAuth | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
port | The port number |
username | The user name |
authInfo | The user password or XOAUTH2 access token |
useOAuth | Defines whether SASL XOAUTH2 mechanism is used to login to the server |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::String | authInfo, | ||
bool | useOAuth, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
port | The port number |
username | The user name |
authInfo | The user password or XOAUTH2 access token |
useOAuth | Defines whether SASL XOAUTH2 mechanism is used to login to the server |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
System::String | username, | ||
System::SharedPtr< ITokenProvider > | tokenProvider | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
username | The user name |
tokenProvider | TokenProvider allowing to retrieve access token. |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
System::String | username, | ||
System::SharedPtr< ITokenProvider > | tokenProvider, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
username | The user name |
tokenProvider | TokenProvider allowing to retrieve access token. |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::SharedPtr< ITokenProvider > | tokenProvider | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
port | The port number |
username | The user name |
tokenProvider | TokenProvider allowing to retrieve access token. |
Aspose::Email::Clients::Imap::ImapClient::ImapClient | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::SharedPtr< ITokenProvider > | tokenProvider, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the ImapClient class
host | The host name |
port | The port number |
username | The user name |
tokenProvider | TokenProvider allowing to retrieve access token. |
securityOptions | Security mode for a mail client |
|
protectedvirtual |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags to the message
sequenceNumber | The sequence number of the message |
flags | The flags to be added |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags to the message
sequenceNumber | The sequence number of the message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags to the message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
flags | The flags to be added |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags to the message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags to the message
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags to the message
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message
uidSet | The set of UID for messages |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message
uidSet | The set of UID for messages |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags to the message
uniqueId | Unique identifier of a message |
flags | The flags to be added |
void Aspose::Email::Clients::Imap::ImapClient::AddMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags to the message
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::String Aspose::Email::Clients::Imap::ImapClient::AppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< MailMessage > | message | ||
) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used.
connection | Connection to a server |
message | Mail message to be upload |
System::String Aspose::Email::Clients::Imap::ImapClient::AppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | fileName | ||
) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used.
connection | Connection to a server |
fileName | File name (*.eml) of the mail message that will be uploaded |
System::String Aspose::Email::Clients::Imap::ImapClient::AppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< MailMessage > | message | ||
) |
Uploads the mail message to the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
message | Mail message to be upload |
System::String Aspose::Email::Clients::Imap::ImapClient::AppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::String | fileName | ||
) |
Uploads the mail message to the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
fileName | File name (*.eml) of the mail message that will be uploaded |
System::String Aspose::Email::Clients::Imap::ImapClient::AppendMessage | ( | System::SharedPtr< MailMessage > | message | ) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used.
message | Mail message to be upload |
System::String Aspose::Email::Clients::Imap::ImapClient::AppendMessage | ( | System::String | fileName | ) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used.
fileName | File name (*.eml) of the mail message that will be uploaded |
System::String Aspose::Email::Clients::Imap::ImapClient::AppendMessage | ( | System::String | folderName, |
System::SharedPtr< MailMessage > | message | ||
) |
Uploads the mail message to the specified folder
folderName | Folder that will receive the mail message |
message | Mail message to be upload |
System::String Aspose::Email::Clients::Imap::ImapClient::AppendMessage | ( | System::String | folderName, |
System::String | fileName | ||
) |
Uploads the mail message to the specified folder
folderName | Folder that will receive the mail message |
fileName | File name (*.eml) of the mail message that will be uploaded |
System::SharedPtr<AppendMessagesResult> Aspose::Email::Clients::Imap::ImapClient::AppendMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages | ||
) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used.
connection | Connection to a server |
messages | Enumeration of email messages to be upload |
System::SharedPtr<AppendMessagesResult> Aspose::Email::Clients::Imap::ImapClient::AppendMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages | ||
) |
Uploads the mail message to the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
messages | Enumeration of email messages to be upload |
System::SharedPtr<AppendMessagesResult> Aspose::Email::Clients::Imap::ImapClient::AppendMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages | ) |
Uploads the mail message to the current folder If current folder hasn't been specified default folder is used.
messages | Enumeration of email messages to be upload |
System::SharedPtr<AppendMessagesResult> Aspose::Email::Clients::Imap::ImapClient::AppendMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages | ||
) |
Uploads the mail message to the specified folder
folderName | Folder that will receive the mail message |
messages | Enumeration of email messages to be upload |
void Aspose::Email::Clients::Imap::ImapClient::Backup | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapFolderInfoCollection > | folders, | ||
System::SharedPtr< System::IO::Stream > | stream, | ||
System::SharedPtr< BackupSettings > | options | ||
) |
Backups the content of the specified folders
connection | Connection to a server |
folders | A folders to backup |
stream | A stream to write into |
options | A backup options |
void Aspose::Email::Clients::Imap::ImapClient::Backup | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapFolderInfoCollection > | folders, | ||
System::String | fileName, | ||
System::SharedPtr< BackupSettings > | options | ||
) |
Backups the content of the specified folders
connection | Connection to a server |
folders | A folders to backup |
fileName | A path to the presonal storage file |
options | A backup options |
void Aspose::Email::Clients::Imap::ImapClient::Backup | ( | System::SharedPtr< ImapFolderInfoCollection > | folders, |
System::SharedPtr< System::IO::Stream > | stream, | ||
System::SharedPtr< BackupSettings > | options | ||
) |
Backups the content of the specified folders
folders | A folders to backup |
stream | A stream to write into |
options | A backup options |
void Aspose::Email::Clients::Imap::ImapClient::Backup | ( | System::SharedPtr< ImapFolderInfoCollection > | folders, |
System::String | fileName, | ||
System::SharedPtr< BackupSettings > | options | ||
) |
Backups the content of the specified folders
folders | A folders to backup |
fileName | A path to the presonal storage file |
options | A backup options |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags to the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags to the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags to the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags to the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags to the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags to the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags to the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message asynchronously
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message asynchronously
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Adds the flags to the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Adds the flags to the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags to the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags to the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Adds the flags to the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAddMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Adds the flags to the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< MailMessage > | message | ||
) |
Begins append message to the end of the specified folder If current folder hasn't been specified default folder is used.
connection | Connection to a server |
message | Mail message to be upload |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | fileName | ||
) |
Begins append message to the end of the current folder If current folder hasn't been specified default folder is used.
connection | Connection to a server |
fileName | File name (*.eml) of the mail message that will be uploaded |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< MailMessage > | message | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
message | Mail message to be upload |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< MailMessage > | message, | ||
System::AsyncCallback | callback | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
message | Mail message to be upload |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< MailMessage > | message, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
message | Mail message to be upload |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::String | fileName | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
fileName | File name (*.eml) of the mail message that will be uploaded |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::String | fileName, | ||
System::AsyncCallback | callback | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
fileName | File name (*.eml) of the mail message that will be uploaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::String | fileName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
fileName | File name (*.eml) of the mail message that will be uploaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::SharedPtr< MailMessage > | message | ) |
Begins append message to the end of the specified folder If current folder hasn't been specified default folder is used.
message | Mail message to be upload |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::String | fileName | ) |
Begins append message to the end of the current folder If current folder hasn't been specified default folder is used.
fileName | File name (*.eml) of the mail message that will be uploaded |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::String | folderName, |
System::SharedPtr< MailMessage > | message | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
message | Mail message to be upload |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::String | folderName, |
System::SharedPtr< MailMessage > | message, | ||
System::AsyncCallback | callback | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
message | Mail message to be upload |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::String | folderName, |
System::SharedPtr< MailMessage > | message, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
message | Mail message to be upload |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::String | folderName, |
System::String | fileName | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
fileName | File name (*.eml) of the mail message that will be uploaded |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::String | folderName, |
System::String | fileName, | ||
System::AsyncCallback | callback | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
fileName | File name (*.eml) of the mail message that will be uploaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessage | ( | System::String | folderName, |
System::String | fileName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
fileName | File name (*.eml) of the mail message that will be uploaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages | ||
) |
Begins append message to the end of the specified folder If current folder hasn't been specified default folder is used.
connection | Connection to a server |
messages | Enumeration of email messages to be upload |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | fileNames | ||
) |
Begins append message to the end of the current folder If current folder hasn't been specified default folder is used.
connection | Connection to a server |
fileNames | File names (*.eml) of an email messages that will be uploaded |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
messages | Enumeration of email messages to be upload |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages, | ||
System::AsyncCallback | callback | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
messages | Enumeration of email messages to be upload |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
messages | Enumeration of email messages to be upload |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | fileNames | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
fileNames | File names (*.eml) of an email messages that will be uploaded |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | fileNames, | ||
System::AsyncCallback | callback | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
fileNames | File names (*.eml) of an email messages that will be uploaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | fileNames, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins append message to the end of the specified folder
connection | Connection to a server |
folderName | Folder that will receive the mail message |
fileNames | File names (*.eml) of an email messages that will be uploaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages | ) |
Begins append message to the end of the specified folder If current folder hasn't been specified default folder is used.
messages | Enumeration of email messages to be upload |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | fileNames | ) |
Begins append message to the end of the current folder If current folder hasn't been specified default folder is used.
fileNames | File names (*.eml) of an email messages that will be uploaded |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
messages | Enumeration of email messages to be upload |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages, | ||
System::AsyncCallback | callback | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
messages | Enumeration of email messages to be upload |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< MailMessage >>> | messages, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
messages | Enumeration of email messages to be upload |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | fileNames | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
fileNames | File names (*.eml) of an email messages that will be uploaded |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | fileNames, | ||
System::AsyncCallback | callback | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
fileNames | File names (*.eml) of an email messages that will be uploaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginAppendMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | fileNames, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins append message to the end of the specified folder
folderName | Folder that will receive the mail message |
fileNames | File names (*.eml) of an email messages that will be uploaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapFolderInfoCollection > | folders, | ||
System::SharedPtr< System::IO::Stream > | stream, | ||
System::SharedPtr< BackupSettings > | options | ||
) |
Begins to backup the content of the specified folders
connection | Connection to a server |
folders | A folders to backup |
stream | A stream to write into |
options | A backup options |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapFolderInfoCollection > | folders, | ||
System::SharedPtr< System::IO::Stream > | stream, | ||
System::SharedPtr< BackupSettings > | options, | ||
System::AsyncCallback | callback | ||
) |
Begins to backup the content of the specified folders
connection | Connection to a server |
folders | A folders to backup |
stream | A stream to write into |
options | A backup options |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapFolderInfoCollection > | folders, | ||
System::SharedPtr< System::IO::Stream > | stream, | ||
System::SharedPtr< BackupSettings > | options, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to backup the content of the specified folders
connection | Connection to a server |
folders | A folders to backup |
stream | A stream to write into |
options | A backup options |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapFolderInfoCollection > | folders, | ||
System::String | fileName, | ||
System::SharedPtr< BackupSettings > | options | ||
) |
Begins to backup the content of the specified folders
connection | Connection to a server |
folders | A folders to backup |
fileName | A path to the presonal storage file |
options | A backup options |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapFolderInfoCollection > | folders, | ||
System::String | fileName, | ||
System::SharedPtr< BackupSettings > | options, | ||
System::AsyncCallback | callback | ||
) |
Begins to backup the content of the specified folders
connection | Connection to a server |
folders | A folders to backup |
fileName | A path to the presonal storage file |
options | A backup options |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapFolderInfoCollection > | folders, | ||
System::String | fileName, | ||
System::SharedPtr< BackupSettings > | options, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to backup the content of the specified folders
connection | Connection to a server |
folders | A folders to backup |
fileName | A path to the presonal storage file |
options | A backup options |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< ImapFolderInfoCollection > | folders, |
System::SharedPtr< System::IO::Stream > | stream, | ||
System::SharedPtr< BackupSettings > | options | ||
) |
Begins to backup the content of the specified folders
folders | A folders to backup |
stream | A stream to write into |
options | A backup options |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< ImapFolderInfoCollection > | folders, |
System::SharedPtr< System::IO::Stream > | stream, | ||
System::SharedPtr< BackupSettings > | options, | ||
System::AsyncCallback | callback | ||
) |
Begins to backup the content of the specified folders
folders | A folders to backup |
stream | A stream to write into |
options | A backup options |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< ImapFolderInfoCollection > | folders, |
System::SharedPtr< System::IO::Stream > | stream, | ||
System::SharedPtr< BackupSettings > | options, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to backup the content of the specified folders
folders | A folders to backup |
stream | A stream to write into |
options | A backup options |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< ImapFolderInfoCollection > | folders, |
System::String | fileName, | ||
System::SharedPtr< BackupSettings > | options | ||
) |
Begins to backup the content of the specified folders
folders | A folders to backup |
fileName | A path to the presonal storage file |
options | A backup options |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< ImapFolderInfoCollection > | folders, |
System::String | fileName, | ||
System::SharedPtr< BackupSettings > | options, | ||
System::AsyncCallback | callback | ||
) |
Begins to backup the content of the specified folders
folders | A folders to backup |
fileName | A path to the presonal storage file |
options | A backup options |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginBackup | ( | System::SharedPtr< ImapFolderInfoCollection > | folders, |
System::String | fileName, | ||
System::SharedPtr< BackupSettings > | options, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to backup the content of the specified folders
folders | A folders to backup |
fileName | A path to the presonal storage file |
options | A backup options |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
sequenceNumber | Sequence number of a message |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
sequenceNumber | Sequence number of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
sequenceNumber | Sequence number of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
sequenceNumber | Sequence number of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
sequenceNumber | Sequence number of a message |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
sequenceNumber | Sequence number of a message |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceNumber | Sequence number of a message |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceNumber | Sequence number of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceNumber | Sequence number of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceNumber | Sequence number of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceNumber | Sequence number of a message |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceNumber | Sequence number of a message |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
uidSet | The set of UID for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
uniqueId | Unique identifier of a message |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
uniqueId | Unique identifier of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
uniqueId | Unique identifier of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
uniqueId | Unique identifier of a message |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Changes the flags of the message
uniqueId | Unique identifier of a message |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginChangeMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Changes the flags of the message
uniqueId | Unique identifier of a message |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginClientCapabilities | ( | const System::ArrayPtr< System::String > & | capabilityNames | ) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
capabilityNames | Array of capabilities which are supported by client |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginClientCapabilities | ( | System::ArrayPtr< System::String > | capabilityNames, |
System::AsyncCallback | callback | ||
) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
capabilityNames | Array of capabilities which are supported by client |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginClientCapabilities | ( | System::ArrayPtr< System::String > | capabilityNames, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
capabilityNames | Array of capabilities which are supported by client |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginClientCapabilities | ( | System::SharedPtr< IConnection > | connection, |
const System::ArrayPtr< System::String > & | capabilityNames | ||
) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
connection | Connection to a server |
capabilityNames | Array of capabilities which are supported by client |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginClientCapabilities | ( | System::SharedPtr< IConnection > | connection, |
System::ArrayPtr< System::String > | capabilityNames, | ||
System::AsyncCallback | callback | ||
) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
connection | Connection to a server |
capabilityNames | Array of capabilities which are supported by client |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginClientCapabilities | ( | System::SharedPtr< IConnection > | connection, |
System::ArrayPtr< System::String > | capabilityNames, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Notifies server which extensions are supported by client asyncronously. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
connection | Connection to a server |
capabilityNames | Array of capabilities which are supported by client |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | ) |
Begins to commit the deletions
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | int32_t | sleep | ) |
Begins to commit the deletions
sleep | Wait time complete the operation in milliseconds |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | int32_t | sleep, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to commit the deletions
sleep | Wait time complete the operation in milliseconds |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::AsyncCallback | callback | ) |
Begins to commit the deletions
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins to commit the deletions
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection | ) |
Begins to commit the deletions
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sleep | ||
) |
Begins to commit the deletions
connection | Connection to a server |
sleep | Wait time complete the operation in milliseconds |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sleep, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to commit the deletions
connection | Connection to a server |
sleep | Wait time complete the operation in milliseconds |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins to commit the deletions
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to commit the deletions
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | Set of unique identifiers for messages |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::AsyncCallback | callback | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | Set of unique identifiers for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | Set of unique identifiers for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::AsyncCallback | callback | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uniqueId | The uid of a message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uniqueId | The uid of a message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uniqueId | The uid of a message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet | ) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | Set of unique identifiers for messages |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::AsyncCallback | callback | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | Set of unique identifiers for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | Set of unique identifiers for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::String | startUid, |
System::String | endUid | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::String | startUid, |
System::String | endUid, | ||
System::AsyncCallback | callback | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::String | startUid, |
System::String | endUid, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::String | uniqueId | ) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of a message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::String | uniqueId, |
System::AsyncCallback | callback | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of a message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCommitDeletes | ( | System::String | uniqueId, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of a message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | int32_t | sequenceNumber, |
System::String | folderName | ||
) |
Begins an asynchronous copying.
sequenceNumber | The sequence number of message |
folderName | Name of the folder. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | int32_t | sequenceNumber, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous copying.
sequenceNumber | The sequence number of message |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | int32_t | sequenceNumber, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous copying.
sequenceNumber | The sequence number of message |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName | ||
) |
Begins an asynchronous copying.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
folderName | Name of the folder. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous copying.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous copying.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName | ||
) |
Begins an asynchronous copying.
connection | Connection to a server |
uniqueId | The unique Id of the message |
folderName | Name of the folder. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous copying.
connection | Connection to a server |
uniqueId | The unique Id of the message |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous copying.
connection | Connection to a server |
uniqueId | The unique Id of the message |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | System::String | uniqueId, |
System::String | folderName | ||
) |
Begins an asynchronous copying.
uniqueId | The unique Id of the message |
folderName | Name of the folder. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | System::String | uniqueId, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous copying.
uniqueId | The unique Id of the message |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessage | ( | System::String | uniqueId, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous copying.
uniqueId | The unique Id of the message |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName | ||
) |
Begins copy operation asynchronously.
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins copy operation asynchronously.
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins copy operation asynchronously.
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins copy operation asynchronously.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName | ||
) |
Begins copy operation asynchronously.
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins copy operation asynchronously.
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins copy operation asynchronously.
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName | ||
) |
Begins copy operation asynchronously.
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins copy operation asynchronously.
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins copy operation asynchronously.
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName | ||
) |
Begins copy operation asynchronously.
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins copy operation asynchronously.
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins copy operation asynchronously.
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName | ||
) |
Begins copy operation asynchronously.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins copy operation asynchronously.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCopyMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins copy operation asynchronously.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCreateFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Begins an asynchronous folder creation.
connection | Connection to a server |
folderName | Name of the folder. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCreateFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous folder creation.
connection | Connection to a server |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCreateFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous folder creation.
connection | Connection to a server |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCreateFolder | ( | System::String | folderName | ) |
Begins an asynchronous folder creation.
folderName | Name of the folder. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCreateFolder | ( | System::String | folderName, |
System::AsyncCallback | callback | ||
) |
Begins an asynchronous folder creation.
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginCreateFolder | ( | System::String | folderName, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous folder creation.
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Begins an asynchronous folder deletion.
connection | Connection to a server |
folderName | Name of the folder. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous folder deletion.
connection | Connection to a server |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous folder deletion.
connection | Connection to a server |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteFolder | ( | System::String | folderName | ) |
Begins an asynchronous folder deletion.
folderName | Name of the folder. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteFolder | ( | System::String | folderName, |
System::AsyncCallback | callback | ||
) |
Begins an asynchronous folder deletion.
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteFolder | ( | System::String | folderName, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous folder deletion.
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | int32_t | sequenceNumber | ) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceNumber | The sequence number of message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | int32_t | sequenceNumber, |
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | int32_t | sequenceNumber, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | int32_t | sequenceNumber, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uniqueId | The uid of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uniqueId | The uid of the message |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uniqueId | The uid of the message |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uniqueId | The uid of the message |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uniqueId | The uid of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uniqueId | The uid of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId | ) |
Begins an asynchronous message deletion.
uniqueId | The uid of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId, |
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of the message |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId, |
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of the message |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId, |
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of the message |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence | ||
) |
Begins an asynchronous message deletion.
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
uniqueId | The uid of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
uniqueId | The uid of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | int32_t | startSequence, |
int32_t | endSequence | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If sequenceSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If sequenceSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
int64_t | modificationSequence | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
callback | References a method to be called when a corresponding asynchronous operation completes. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uidSet | The set of UID for messages |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | The set of UID for messages |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | The set of UID for messages |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | The set of UID for messages |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
int64_t | modificationSequence | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
AsposeArgumentException | If uidSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If uidSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If uidSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uidSet | The set of UID for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
uidSet | The set of UID for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If uidSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
int64_t | modificationSequence | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet | ) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceSet | The set of sequence numbers for messages |
AsposeArgumentException | If sequenceSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceSet | The set of sequence numbers for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceSet | The set of sequence numbers for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceSet | The set of sequence numbers for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceSet | The set of sequence numbers for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as deleted asynchronously
sequenceSet | The set of sequence numbers for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet | ) |
Begins an asynchronous message deletion.
messageInfoSet | The set of ImapMessageInfo for deletion |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
bool | commitNow | ||
) |
Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet | The set of ImapMessageInfo for deletion |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet | The set of ImapMessageInfo for deletion |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet | The set of ImapMessageInfo for deletion |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
int64_t | modificationSequence | ||
) |
Begins an asynchronous message deletion.
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
messageInfoSet | The set of ImapMessageInfo for deletion |
callback | References a method to be called when a corresponding asynchronous operation completes. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
messageInfoSet | The set of ImapMessageInfo for deletion |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
AsposeArgumentException | If messageInfoSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet | ) |
Begins an asynchronous message deletion.
uidSet | The set of UID for messages |
AsposeArgumentException | If uidSet is null or empty. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
bool | commitNow | ||
) |
Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | The set of UID for messages |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | The set of UID for messages |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | The set of UID for messages |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
int64_t | modificationSequence | ||
) |
Begins an asynchronous message deletion.
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
uidSet | The set of UID for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
uidSet | The set of UID for messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid | ||
) |
Begins an asynchronous message deletion.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
bool | commitNow | ||
) |
Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
int64_t | modificationSequence | ||
) |
Begins an asynchronous message deletion.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
int64_t | modificationSequence, | ||
bool | commitNow, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message deletion.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginDeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message deletion.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginExistFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Check whether this folder exists
connection | Connection to a server |
folderName | Name of the folder |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginExistFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Check whether this folder exists
connection | Connection to a server |
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginExistFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Check whether this folder exists
connection | Connection to a server |
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginExistFolder | ( | System::String | folderName | ) |
Check whether this folder exists
folderName | Name of the folder |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginExistFolder | ( | System::String | folderName, |
System::AsyncCallback | callback | ||
) |
Check whether this folder exists
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginExistFolder | ( | System::String | folderName, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Check whether this folder exists
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchAttachment | ( | int32_t | sequenceNumber, |
System::String | attachmentName | ||
) |
Begins fetch an attachment.
sequenceNumber | The sequence number of a message |
attachmentName | Attachment name |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchAttachment | ( | int32_t | sequenceNumber, |
System::String | attachmentName, | ||
System::AsyncCallback | callback | ||
) |
Begins fetch an attachment.
sequenceNumber | The sequence number of a message |
attachmentName | Attachment name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchAttachment | ( | int32_t | sequenceNumber, |
System::String | attachmentName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins fetch an attachment.
sequenceNumber | The sequence number of a message |
attachmentName | Attachment name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchAttachment | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | attachmentName | ||
) |
Begins fetch an attachment.
connection | Connection to a server |
sequenceNumber | The sequence number of a message |
attachmentName | Attachment name |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchAttachment | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | attachmentName, | ||
System::AsyncCallback | callback | ||
) |
Begins fetch an attachment.
connection | Connection to a server |
sequenceNumber | The sequence number of a message |
attachmentName | Attachment name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchAttachment | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | attachmentName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins fetch an attachment.
connection | Connection to a server |
sequenceNumber | The sequence number of a message |
attachmentName | Attachment name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | int32_t | sequenceNumber | ) |
Begins an asynchronous message fetching.
sequenceNumber | The sequence number of message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | int32_t | sequenceNumber, |
bool | ignoreAttachment | ||
) |
Begins an asynchronous message fetching.
sequenceNumber | The sequence number of message |
ignoreAttachment | A value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | int32_t | sequenceNumber, |
bool | ignoreAttachment, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message fetching.
sequenceNumber | The sequence number of message |
ignoreAttachment | A value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | int32_t | sequenceNumber, |
bool | ignoreAttachment, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message fetching.
sequenceNumber | The sequence number of message |
ignoreAttachment | A value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message fetching.
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message fetching.
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Begins an asynchronous message fetching.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
bool | ignoreAttachment | ||
) |
Begins an asynchronous message fetching.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
ignoreAttachment | A value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
bool | ignoreAttachment, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message fetching.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
ignoreAttachment | A value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
bool | ignoreAttachment, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message fetching.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
ignoreAttachment | A value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message fetching.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message fetching.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Begins an asynchronous message fetching.
connection | Connection to a server |
uniqueId | The unique id of message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message fetching.
connection | Connection to a server |
uniqueId | The unique id of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message fetching.
connection | Connection to a server |
uniqueId | The unique id of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::String | uniqueId | ) |
Begins an asynchronous message fetching.
uniqueId | The unique id of message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback | ||
) |
Begins an asynchronous message fetching.
uniqueId | The unique id of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous message fetching.
uniqueId | The unique id of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumbers | ||
) |
Begins FetchMessages operation asynchronously
connection | Connection to a server |
sequenceNumbers |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumbers, | ||
System::AsyncCallback | callback | ||
) |
Begins FetchMessages operation asynchronously
connection | Connection to a server |
sequenceNumbers | |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumbers, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins FetchMessages operation asynchronously
connection | Connection to a server |
sequenceNumbers | |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uids | ||
) |
Begins FetchMessages operation asynchronously
connection | Connection to a server |
uids | The sequence numbers of the messages |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uids, | ||
System::AsyncCallback | callback | ||
) |
Begins FetchMessages operation asynchronously
connection | Connection to a server |
uids | The sequence numbers of the messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uids, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins FetchMessages operation asynchronously
connection | Connection to a server |
uids | The sequence numbers of the messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumbers | ) |
Begins FetchMessages operation asynchronously
sequenceNumbers |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumbers, |
System::AsyncCallback | callback | ||
) |
Begins FetchMessages operation asynchronously
sequenceNumbers | |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumbers, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins FetchMessages operation asynchronously
sequenceNumbers | |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uids | ) |
Begins FetchMessages operation asynchronously
uids | The sequence numbers of the messages |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uids, |
System::AsyncCallback | callback | ||
) |
Begins FetchMessages operation asynchronously
uids | The sequence numbers of the messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginFetchMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uids, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins FetchMessages operation asynchronously
uids | The sequence numbers of the messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetFolderInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Begins an asynchronous folder listing.
connection | Connection to a server |
folderName | Folder to retrieve information about |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetFolderInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous folder listing.
connection | Connection to a server |
folderName | Folder to retrieve information about |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetFolderInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous folder listing.
connection | Connection to a server |
folderName | Folder to retrieve information about |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetFolderInfo | ( | System::String | folderName | ) |
Begins an asynchronous folder listing.
folderName | Folder to retrieve information about |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetFolderInfo | ( | System::String | folderName, |
System::AsyncCallback | callback | ||
) |
Begins an asynchronous folder listing.
folderName | Folder to retrieve information about |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetFolderInfo | ( | System::String | folderName, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous folder listing.
folderName | Folder to retrieve information about |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetMessageThreads | ( | System::SharedPtr< BaseSearchConditions > | conditions, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting message threads asynchronously.
conditions | Thread conditions. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetMessageThreads | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< BaseSearchConditions > | conditions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting message threads asynchronously.
connection | Connection to a server |
conditions | Thread conditions. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetNamespaces | ( | ) |
Begins getting namespaces that are available on a server asynchronously.
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetNamespaces | ( | System::AsyncCallback | callback | ) |
Begins getting namespaces that are available on a server asynchronously.
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetNamespaces | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins getting namespaces that are available on a server asynchronously.
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetNamespaces | ( | System::SharedPtr< IConnection > | connection | ) |
Begins getting namespaces that are available on a server asynchronously.
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetNamespaces | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins getting namespaces that are available on a server asynchronously.
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetNamespaces | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting namespaces that are available on a server asynchronously.
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuota | ( | System::SharedPtr< IConnection > | connection, |
System::String | quotaRootName | ||
) |
Begins getting quota information
connection | Connection to a server |
quotaRootName | quota root name |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuota | ( | System::SharedPtr< IConnection > | connection, |
System::String | quotaRootName, | ||
System::AsyncCallback | callback | ||
) |
Begins getting quota information
connection | Connection to a server |
quotaRootName | quota root name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuota | ( | System::SharedPtr< IConnection > | connection, |
System::String | quotaRootName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting quota information
connection | Connection to a server |
quotaRootName | quota root name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuota | ( | System::String | quotaRootName | ) |
Begins getting quota information
quotaRootName | quota root name |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuota | ( | System::String | quotaRootName, |
System::AsyncCallback | callback | ||
) |
Begins getting quota information
quotaRootName | quota root name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuota | ( | System::String | quotaRootName, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting quota information
quotaRootName | quota root name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuotaRoot | ( | System::SharedPtr< IConnection > | connection, |
System::String | mailboxName | ||
) |
Begins getting quota root information for mailbox
connection | Connection to a server |
mailboxName | mailbox name |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuotaRoot | ( | System::SharedPtr< IConnection > | connection, |
System::String | mailboxName, | ||
System::AsyncCallback | callback | ||
) |
Begins getting quota root information for mailbox
connection | Connection to a server |
mailboxName | mailbox name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuotaRoot | ( | System::SharedPtr< IConnection > | connection, |
System::String | mailboxName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting quota root information for mailbox
connection | Connection to a server |
mailboxName | mailbox name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuotaRoot | ( | System::String | mailboxName | ) |
Begins getting quota root information for mailbox
mailboxName | mailbox name |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuotaRoot | ( | System::String | mailboxName, |
System::AsyncCallback | callback | ||
) |
Begins getting quota root information for mailbox
mailboxName | mailbox name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginGetQuotaRoot | ( | System::String | mailboxName, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting quota root information for mailbox
mailboxName | mailbox name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | ) |
Begins introduce client information to a server asynchronously.
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | System::AsyncCallback | callback | ) |
Begins introduce client information to a server asynchronously.
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins introduce client information to a server asynchronously.
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | System::SharedPtr< IConnection > | connection | ) |
Begins introduce client information to a server asynchronously.
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins introduce client information to a server asynchronously.
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins introduce client information to a server asynchronously.
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapIdentificationInfo > | clientIdentificationInfo | ||
) |
Begins introduce client information to a server asynchronously.
connection | Connection to a server |
clientIdentificationInfo | Client identification information |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapIdentificationInfo > | clientIdentificationInfo, | ||
System::AsyncCallback | callback | ||
) |
Begins introduce client information to a server asynchronously.
connection | Connection to a server |
clientIdentificationInfo | Client identification information |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapIdentificationInfo > | clientIdentificationInfo, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins introduce client information to a server asynchronously.
connection | Connection to a server |
clientIdentificationInfo | Client identification information |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | System::SharedPtr< ImapIdentificationInfo > | clientIdentificationInfo | ) |
Begins introduce client information to a server asynchronously.
clientIdentificationInfo | Client identification information |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | System::SharedPtr< ImapIdentificationInfo > | clientIdentificationInfo, |
System::AsyncCallback | callback | ||
) |
Begins introduce client information to a server asynchronously.
clientIdentificationInfo | Client identification information |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginIntroduceClient | ( | System::SharedPtr< ImapIdentificationInfo > | clientIdentificationInfo, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins introduce client information to a server asynchronously.
clientIdentificationInfo | Client identification information |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListAttachments | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListAttachments | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | ) |
Begins to get the list of folders in the mailbox
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | bool | loadFullInfo | ) |
Begins to get the list of folders in the mailbox
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | bool | loadFullInfo, |
System::AsyncCallback | callback | ||
) |
Begins to get the list of folders in the mailbox
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | bool | loadFullInfo, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the list of folders in the mailbox
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::AsyncCallback | callback | ) |
Begins to get the list of folders in the mailbox
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the list of folders in the mailbox
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection | ) |
Begins to get the list of folders in the mailbox
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
bool | loadFullInfo | ||
) |
Begins to get the list of folders in the mailbox
connection | Connection to a server |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
bool | loadFullInfo, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the list of folders in the mailbox
connection | Connection to a server |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
bool | loadFullInfo, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the list of folders in the mailbox
connection | Connection to a server |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins to get the list of folders in the mailbox
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the list of folders in the mailbox
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder | ||
) |
Begins to get the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder, | ||
bool | loadFullInfo | ||
) |
Begins to get the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder, | ||
bool | loadFullInfo, | ||
ListFoldersOptions | options, | ||
ListFoldersReturnOptions | returnOptions | ||
) |
Begins to get the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
options | Options for operation |
returnOptions | Return options for operation |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder, | ||
bool | loadFullInfo, | ||
ListFoldersOptions | options, | ||
ListFoldersReturnOptions | returnOptions, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
options | Options for operation |
returnOptions | Return options for operation |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder, | ||
bool | loadFullInfo, | ||
ListFoldersOptions | options, | ||
ListFoldersReturnOptions | returnOptions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
options | Options for operation |
returnOptions | Return options for operation |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder, | ||
bool | loadFullInfo, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder, | ||
bool | loadFullInfo, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::String | parentFolder | ) |
Begins to get the list of subfolders in the specified folder
parentFolder | Name of the folder |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::String | parentFolder, |
bool | loadFullInfo | ||
) |
Begins to get the list of subfolders in the specified folder
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::String | parentFolder, |
bool | loadFullInfo, | ||
ListFoldersOptions | options, | ||
ListFoldersReturnOptions | returnOptions | ||
) |
Begins to get the list of subfolders in the specified folder
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
options | Options for operation |
returnOptions | Return options for operation |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::String | parentFolder, |
bool | loadFullInfo, | ||
ListFoldersOptions | options, | ||
ListFoldersReturnOptions | returnOptions, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the list of subfolders in the specified folder
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
options | Options for operation |
returnOptions | Return options for operation |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::String | parentFolder, |
bool | loadFullInfo, | ||
ListFoldersOptions | options, | ||
ListFoldersReturnOptions | returnOptions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the list of subfolders in the specified folder
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
options | Options for operation |
returnOptions | Return options for operation |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::String | parentFolder, |
bool | loadFullInfo, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the list of subfolders in the specified folder
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::String | parentFolder, |
bool | loadFullInfo, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the list of subfolders in the specified folder
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::String | parentFolder, |
System::AsyncCallback | callback | ||
) |
Begins to get the list of subfolders in the specified folder
parentFolder | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListFolders | ( | System::String | parentFolder, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the list of subfolders in the specified folder
parentFolder | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | int32_t | sequenceNumber | ) |
Begins to get information about a message.
sequenceNumber | The sequence number of message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback | ||
) |
Begins to get information about a message.
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get information about a message.
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields | ||
) |
Begins to get information about a message.
sequenceNumber | The sequence number of message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields, | ||
System::AsyncCallback | callback | ||
) |
Begins to get information about a message.
sequenceNumber | The sequence number of message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get information about a message.
sequenceNumber | The sequence number of message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Begins to get information about a message.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback | ||
) |
Begins to get information about a message.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get information about a message.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields | ||
) |
Begins to get information about a message.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields, | ||
System::AsyncCallback | callback | ||
) |
Begins to get information about a message.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get information about a message.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Begins to get information about a message.
connection | Connection to a server |
uniqueId | The unique Id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback | ||
) |
Begins to get information about a message.
connection | Connection to a server |
uniqueId | The unique Id of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get information about a message.
connection | Connection to a server |
uniqueId | The unique Id of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields | ||
) |
Begins to get information about a message.
connection | Connection to a server |
uniqueId | The unique Id of the message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields, | ||
System::AsyncCallback | callback | ||
) |
Begins to get information about a message.
connection | Connection to a server |
uniqueId | The unique Id of the message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get information about a message.
connection | Connection to a server |
uniqueId | The unique Id of the message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::String | uniqueId | ) |
Begins to get information about a message.
uniqueId | The unique Id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback | ||
) |
Begins to get information about a message.
uniqueId | The unique Id of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get information about a message.
uniqueId | The unique Id of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields | ||
) |
Begins to get information about a message.
uniqueId | The unique Id of the message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields, | ||
System::AsyncCallback | callback | ||
) |
Begins to get information about a message.
uniqueId | The unique Id of the message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get information about a message.
uniqueId | The unique Id of the message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | ) |
Begins getting the list of messages asynchronously in the current folder
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | int64_t | modificationSequence | ) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162
modificationSequence | Modification sequence |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | int64_t | modificationSequence, |
System::AsyncCallback | callback | ||
) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162
modificationSequence | Modification sequence |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | int64_t | modificationSequence, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162
modificationSequence | Modification sequence |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::AsyncCallback | callback | ) |
Begins getting the list of messages asynchronously in the current folder
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins getting the list of messages asynchronously in the current folder
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query | ) |
Begins getting the list of messages asynchronously in the current folder
query | MailQuery that represents search query. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, |
int32_t | maxNumberOfMessages | ||
) |
Begins getting the list of messages asynchronously in the current folder
query | MailQuery that represents search query. |
maxNumberOfMessages | Maximum number of messages. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, |
int32_t | maxNumberOfMessages, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting the list of messages asynchronously in the current folder
query | MailQuery that represents search query. |
maxNumberOfMessages | Maximum number of messages. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting the list of messages asynchronously in the current folder
query | MailQuery that represents search query. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | maxNumberOfMessages | ||
) |
Begins getting the list of messages in the current folder Please, see more https://tools.ietf.org/html/rfc7162
connection | Connection to a server |
maxNumberOfMessages | Maximum number of messages. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | maxNumberOfMessages, | ||
System::AsyncCallback | callback | ||
) |
Begins getting the list of messages in the current folder Please, see more https://tools.ietf.org/html/rfc7162
connection | Connection to a server |
maxNumberOfMessages | Maximum number of messages. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | maxNumberOfMessages, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting the list of messages in the current folder Please, see more https://tools.ietf.org/html/rfc7162
connection | Connection to a server |
maxNumberOfMessages | Maximum number of messages. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
int64_t | modificationSequence | ||
) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162
connection | Connection to a server |
modificationSequence | Modification sequence |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162
connection | Connection to a server |
modificationSequence | Modification sequence |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162
connection | Connection to a server |
modificationSequence | Modification sequence |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
ImapListFields | fieldsList, | ||
int32_t | maxNumberOfMessages | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
folderName | Folder to retrieve messages. |
fieldsList | Fields that may be retrieved from the server. |
maxNumberOfMessages | Maximum number of messages. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
ImapListFields | fieldsList, | ||
int32_t | maxNumberOfMessages, | ||
System::AsyncCallback | callback | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
folderName | Folder to retrieve messages. |
fieldsList | Fields that may be retrieved from the server. |
maxNumberOfMessages | Maximum number of messages. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
ImapListFields | fieldsList, | ||
int32_t | maxNumberOfMessages, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
folderName | Folder to retrieve messages. |
fieldsList | Fields that may be retrieved from the server. |
maxNumberOfMessages | Maximum number of messages. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
int64_t | modificationSequence, | ||
bool | retrieveRecursively, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162
connection | Connection to a server |
folderName | Folder to retrieve messages. |
modificationSequence | Modification sequence |
retrieveRecursively | Indicates, if messages have to be retrieved recursively. |
messageExtraFields | List of extra parameters for a message wich will be requested. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, | ||
int32_t | maxNumberOfMessages, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting the list of messages asynchronously in the current folder
connection | Connection to a server |
folderName | Messages location |
query | MailQuery that represents search query. |
maxNumberOfMessages | Maximum number of messages. |
messageExtraFields | List of extra parameters for a message wich will be requested. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
folderName | Folder to retrieve messages. |
sequenceNumberLst | sequenceNumber list for ImapMessageInfo to retrieve from a server. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst, | ||
System::AsyncCallback | callback | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
folderName | Folder to retrieve messages. |
sequenceNumberLst | sequenceNumber list for ImapMessageInfo to retrieve from a server. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
folderName | Folder to retrieve messages. |
sequenceNumberLst | sequenceNumber list for ImapMessageInfo to retrieve from a server. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
folderName | Folder to retrieve messages. |
uniqueIdLst | UniqueId list for ImapMessageInfo to retrieve from a server. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst, | ||
System::AsyncCallback | callback | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
folderName | Folder to retrieve messages. |
uniqueIdLst | UniqueId list for ImapMessageInfo to retrieve from a server. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
folderName | Folder to retrieve messages. |
uniqueIdLst | UniqueId list for ImapMessageInfo to retrieve from a server. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName | ) |
Begins getting the list of messages asynchronously in the current folder
folderName | Messages location |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
ImapListFields | fieldsList, | ||
int32_t | maxNumberOfMessages | ||
) |
Begins ListMessages operation asynchronously
folderName | Folder to retrieve messages. |
fieldsList | Fields that may be retrieved from the server. |
maxNumberOfMessages | Maximum number of messages. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
ImapListFields | fieldsList, | ||
int32_t | maxNumberOfMessages, | ||
System::AsyncCallback | callback | ||
) |
Begins ListMessages operation asynchronously
folderName | Folder to retrieve messages. |
fieldsList | Fields that may be retrieved from the server. |
maxNumberOfMessages | Maximum number of messages. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
ImapListFields | fieldsList, | ||
int32_t | maxNumberOfMessages, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessages operation asynchronously
folderName | Folder to retrieve messages. |
fieldsList | Fields that may be retrieved from the server. |
maxNumberOfMessages | Maximum number of messages. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::AsyncCallback | callback | ||
) |
Begins getting the list of messages asynchronously in the current folder
folderName | Folder to retrieve messages. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting the list of messages asynchronously in the current folder
folderName | Folder to retrieve messages. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query | ||
) |
Begins getting the list of messages asynchronously in the current folder
folderName | Messages location |
query | MailQuery that represents search query. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, | ||
int32_t | maxNumberOfMessages | ||
) |
Begins getting the list of messages asynchronously in the current folder
folderName | Messages location |
query | MailQuery that represents search query. |
maxNumberOfMessages | Maximum number of messages. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, | ||
int32_t | maxNumberOfMessages, | ||
System::AsyncCallback | callback | ||
) |
Begins getting the list of messages asynchronously in the current folder
folderName | Messages location |
query | MailQuery that represents search query. |
maxNumberOfMessages | Maximum number of messages. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, | ||
int32_t | maxNumberOfMessages, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting the list of messages asynchronously in the current folder
folderName | Messages location |
query | MailQuery that represents search query. |
maxNumberOfMessages | Maximum number of messages. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting the list of messages asynchronously
folderName | Messages location |
query | MailQuery that represents search query. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst | ||
) |
Begins ListMessages operation asynchronously
folderName | Folder to retrieve messages. |
sequenceNumberLst | sequenceNumber list for ImapMessageInfo to retrieve from a server. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst, | ||
System::AsyncCallback | callback | ||
) |
Begins ListMessages operation asynchronously
folderName | Folder to retrieve messages. |
sequenceNumberLst | sequenceNumber list for ImapMessageInfo to retrieve from a server. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessages operation asynchronously
folderName | Folder to retrieve messages. |
sequenceNumberLst | sequenceNumber list for ImapMessageInfo to retrieve from a server. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst | ||
) |
Begins ListMessages operation asynchronously
folderName | Folder to retrieve messages. |
uniqueIdLst | UniqueId list for ImapMessageInfo to retrieve from a server. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst, | ||
System::AsyncCallback | callback | ||
) |
Begins ListMessages operation asynchronously
folderName | Folder to retrieve messages. |
uniqueIdLst | UniqueId list for ImapMessageInfo to retrieve from a server. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessages operation asynchronously
folderName | Folder to retrieve messages. |
uniqueIdLst | UniqueId list for ImapMessageInfo to retrieve from a server. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessagesByPage | ( | int32_t | itemsPerPage, |
int32_t | pageOffset, | ||
System::SharedPtr< PageSettingsAsync > | settings | ||
) |
Begins getting the list of messages asynchronously
itemsPerPage | A number of items in page |
pageOffset | An offset of next page in view |
settings | The settings. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginListMessagesByPage | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, |
System::SharedPtr< PageInfo > | pageInfo, | ||
System::SharedPtr< PageSettingsAsync > | settings | ||
) |
Begins getting the list of messages asynchronously
query | MailQuery that represents search query. |
pageInfo | The next page to retrieve. |
settings | The settings. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogin | ( | ) |
Begins to sign in to a server
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogin | ( | System::AsyncCallback | callback | ) |
Begins to sign in to a server
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogin | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins to sign in to a server
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogin | ( | System::SharedPtr< IConnection > | connection | ) |
Begins to sign in to a server
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogin | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins to sign in to a server
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogin | ( | System::SharedPtr< IConnection > | iConnection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to sign in to a server
iConnection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogout | ( | ) |
Begins to sign in to a server
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogout | ( | System::AsyncCallback | callback | ) |
Begins to sign in to a server
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogout | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins to sign in to a server
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogout | ( | System::SharedPtr< IConnection > | connection | ) |
Begins to sign in to a server
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogout | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins to sign in to a server
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginLogout | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to sign in to a server
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | newParentFolder, | ||
System::String | folderName | ||
) |
Moves specified folder and its subfolders to new location asynchronously.
connection | Connection to a server |
newParentFolder | New location for moved folder |
folderName | Folder to move |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | newParentFolder, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Moves specified folder and its subfolders to new location asynchronously.
connection | Connection to a server |
newParentFolder | New location for moved folder |
folderName | Folder to move |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | newParentFolder, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Moves specified folder and its subfolders to new location asynchronously.
connection | Connection to a server |
newParentFolder | New location for moved folder |
folderName | Folder to move |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveFolder | ( | System::String | newParentFolder, |
System::String | folderName | ||
) |
Moves specified folder and its subfolders to new location asynchronously.
newParentFolder | New location for moved folder |
folderName | Folder to move |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveFolder | ( | System::String | newParentFolder, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Moves specified folder and its subfolders to new location asynchronously.
newParentFolder | New location for moved folder |
folderName | Folder to move |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveFolder | ( | System::String | newParentFolder, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Moves specified folder and its subfolders to new location asynchronously.
newParentFolder | New location for moved folder |
folderName | Folder to move |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | int32_t | sequenceNumber, |
System::String | folderName | ||
) |
Begins an asynchronous moving.
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | int32_t | sequenceNumber, |
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | int32_t | sequenceNumber, |
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | int32_t | sequenceNumber, |
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | int32_t | sequenceNumber, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | int32_t | sequenceNumber, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::String | uniqueId, |
System::String | folderName | ||
) |
Begins an asynchronous moving.
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::String | uniqueId, |
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::String | uniqueId, |
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::String | uniqueId, |
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::String | uniqueId, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessage | ( | System::String | uniqueId, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
uniqueId | The unique Id of the message |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName | ||
) |
Begins an asynchronous moving.
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName | ||
) |
Begins an asynchronous moving.
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName | ||
) |
Begins an asynchronous moving.
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName | ||
) |
Begins an asynchronous moving.
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName | ||
) |
Begins an asynchronous moving.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Begins an asynchronous moving.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName, | ||
bool | commitDeletions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins an asynchronous moving.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginMoveMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins an asynchronous moving.
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginNoop | ( | ) |
Begins to execute 'No operation' command
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginNoop | ( | System::AsyncCallback | callback | ) |
Begins to execute 'No operation' command
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginNoop | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins to execute 'No operation' command
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginNoop | ( | System::SharedPtr< IConnection > | connection | ) |
Begins to execute 'No operation' command
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginNoop | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins to execute 'No operation' command
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginNoop | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to execute 'No operation' command
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
sequenceNumber | The sequence number of message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
sequenceSet | The set of sequence numbers for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
uidSet | The set of UID for messages |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | Flag value |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback | ||
) |
Removes the flags of the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRemoveMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Removes the flags of the message asynchronously
uniqueId | Unique identifier of a message |
flags | The flags to be added |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRenameFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::String | newFolderName | ||
) |
Begins RenameFolder operation asynchronously
connection | Connection to a server |
folderName | Folder to be renamed |
newFolderName | New folder name |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRenameFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::String | newFolderName, | ||
System::AsyncCallback | callback | ||
) |
Begins RenameFolder operation asynchronously
connection | Connection to a server |
folderName | Folder to be renamed |
newFolderName | New folder name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRenameFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::String | newFolderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins RenameFolder operation asynchronously
connection | Connection to a server |
folderName | Folder to be renamed |
newFolderName | New folder name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRenameFolder | ( | System::String | folderName, |
System::String | newFolderName | ||
) |
Begins RenameFolder operation asynchronously
folderName | Folder to be renamed |
newFolderName | New folder name |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRenameFolder | ( | System::String | folderName, |
System::String | newFolderName, | ||
System::AsyncCallback | callback | ||
) |
Begins RenameFolder operation asynchronously
folderName | Folder to be renamed |
newFolderName | New folder name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRenameFolder | ( | System::String | folderName, |
System::String | newFolderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins RenameFolder operation asynchronously
folderName | Folder to be renamed |
newFolderName | New folder name |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRequestCheckpoint | ( | ) |
Begins request a checkpoint of the currently selected mailbox.
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRequestCheckpoint | ( | System::AsyncCallback | callback | ) |
Begins request a checkpoint of the currently selected mailbox.
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRequestCheckpoint | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins request a checkpoint of the currently selected mailbox.
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRequestCheckpoint | ( | System::SharedPtr< IConnection > | connection | ) |
Begins request a checkpoint of the currently selected mailbox.
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRequestCheckpoint | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins request a checkpoint of the currently selected mailbox.
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRequestCheckpoint | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins request a checkpoint of the currently selected mailbox.
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginRestore | ( | System::SharedPtr< Aspose::Email::Storage::Pst::PersonalStorage > | pst, |
System::SharedPtr< RestoreSettingsAsync > | settings | ||
) |
Begins to restore imap folders from the given personal storage.
pst | A personal storage containing the backuped imap folders. |
settings | The restore settings |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::IO::Stream > | resultStream | ||
) |
Begins SaveMessage operation asynchronously
sequenceNumber | The sequence number of the message |
resultStream | Stream that will receive the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::IO::Stream > | resultStream, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
sequenceNumber | The sequence number of the message |
resultStream | Stream that will receive the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::IO::Stream > | resultStream, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
sequenceNumber | The sequence number of the message |
resultStream | Stream that will receive the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | int32_t | sequenceNumber, |
System::String | fileName | ||
) |
Begins SaveMessage operation asynchronously
sequenceNumber | The sequence number of the message |
fileName | The path of the local file. This cannot be a directory |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | int32_t | sequenceNumber, |
System::String | fileName, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
sequenceNumber | The sequence number of the message |
fileName | The path of the local file. This cannot be a directory |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | int32_t | sequenceNumber, |
System::String | fileName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
sequenceNumber | The sequence number of the message |
fileName | The path of the local file. This cannot be a directory |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::IO::Stream > | resultStream | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
resultStream | Stream that will receive the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::IO::Stream > | resultStream, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
resultStream | Stream that will receive the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::IO::Stream > | resultStream, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
resultStream | Stream that will receive the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | fileName | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
fileName | The path of the local file. This cannot be a directory |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | fileName, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
fileName | The path of the local file. This cannot be a directory |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | fileName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
fileName | The path of the local file. This cannot be a directory |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::IO::Stream > | resultStream | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
uniqueId | The unique Id of the message |
resultStream | Stream that will receive the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::IO::Stream > | resultStream, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
uniqueId | The unique Id of the message |
resultStream | Stream that will receive the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::IO::Stream > | resultStream, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
uniqueId | The unique Id of the message |
resultStream | Stream that will receive the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | fileName | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
uniqueId | The unique Id of the message |
fileName | The path of the local file. This cannot be a directory |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | fileName, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
uniqueId | The unique Id of the message |
fileName | The path of the local file. This cannot be a directory |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | fileName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
uniqueId | The unique Id of the message |
fileName | The path of the local file. This cannot be a directory |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::IO::Stream > | resultStream | ||
) |
Begins SaveMessage operation asynchronously
uniqueId | The unique Id of the message |
resultStream | Stream that will receive the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::IO::Stream > | resultStream, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
uniqueId | The unique Id of the message |
resultStream | Stream that will receive the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::IO::Stream > | resultStream, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
uniqueId | The unique Id of the message |
resultStream | Stream that will receive the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::String | uniqueId, |
System::String | fileName | ||
) |
Begins SaveMessage operation asynchronously
uniqueId | The unique Id of the message |
fileName | The path of the local file. This cannot be a directory |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::String | uniqueId, |
System::String | fileName, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
uniqueId | The unique Id of the message |
fileName | The path of the local file. This cannot be a directory |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSaveMessage | ( | System::String | uniqueId, |
System::String | fileName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
uniqueId | The unique Id of the message |
fileName | The path of the local file. This cannot be a directory |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSelectFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Begins select the specified folder asynchronously.
connection | Connection to a server |
folderName | Name of the folder. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSelectFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins select the specified folder asynchronously.
connection | Connection to a server |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSelectFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins select the specified folder asynchronously.
connection | Connection to a server |
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSelectFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::Nullable< bool > | readOnly, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins select the specified folder asynchronously.
connection | Connection to a server |
folderName | Name of the folder. |
readOnly | Specifies whether the folder is to be selected as read-only |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSelectFolder | ( | System::String | folderName | ) |
Begins select the specified folder asynchronously.
folderName | Name of the folder. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSelectFolder | ( | System::String | folderName, |
System::AsyncCallback | callback | ||
) |
Begins select the specified folder asynchronously.
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSelectFolder | ( | System::String | folderName, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins select the specified folder asynchronously.
folderName | Name of the folder. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSelectFolder | ( | System::String | folderName, |
System::Nullable< bool > | readOnly, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins select the specified folder asynchronously.
folderName | Name of the folder. |
readOnly | Specifies whether the folder is to be selected as read-only |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSetQuota | ( | System::SharedPtr< IConnection > | connection, |
System::String | quotaRootName, | ||
System::String | resourceName, | ||
int32_t | resourceLimit | ||
) |
Begins setting quota information
connection | Connection to a server |
quotaRootName | quota root name |
resourceName | resource name |
resourceLimit | resource limit |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSetQuota | ( | System::SharedPtr< IConnection > | connection, |
System::String | quotaRootName, | ||
System::String | resourceName, | ||
int32_t | resourceLimit, | ||
System::AsyncCallback | callback | ||
) |
Begins setting quota information
connection | Connection to a server |
quotaRootName | quota root name |
resourceName | resource name |
resourceLimit | resource limit |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSetQuota | ( | System::SharedPtr< IConnection > | connection, |
System::String | quotaRootName, | ||
System::String | resourceName, | ||
int32_t | resourceLimit, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins setting quota information
connection | Connection to a server |
quotaRootName | quota root name |
resourceName | resource name |
resourceLimit | resource limit |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSetQuota | ( | System::String | quotaRootName, |
System::String | resourceName, | ||
int32_t | resourceLimit | ||
) |
Begins setting quota information
quotaRootName | quota root name |
resourceName | resource name |
resourceLimit | resource limit |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSetQuota | ( | System::String | quotaRootName, |
System::String | resourceName, | ||
int32_t | resourceLimit, | ||
System::AsyncCallback | callback | ||
) |
Begins setting quota information
quotaRootName | quota root name |
resourceName | resource name |
resourceLimit | resource limit |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSetQuota | ( | System::String | quotaRootName, |
System::String | resourceName, | ||
int32_t | resourceLimit, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins setting quota information
quotaRootName | quota root name |
resourceLimit | Resource limit. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
resourceName | Resource name. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSortMessageThreads | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< SortConditions > | conditions, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins sorting message threads asynchronously.
connection | Connection to a server |
conditions | Sort conditions. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSortMessageThreads | ( | System::SharedPtr< SortConditions > | conditions, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins sorting message threads asynchronously.
conditions | Sort conditions. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSubscribeFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
connection | Connection to a server |
folderName | Name of the folder |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSubscribeFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
connection | Connection to a server |
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSubscribeFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
connection | Connection to a server |
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSubscribeFolder | ( | System::String | folderName | ) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
folderName | Name of the folder |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSubscribeFolder | ( | System::String | folderName, |
System::AsyncCallback | callback | ||
) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginSubscribeFolder | ( | System::String | folderName, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | int32_t | sequenceNumber | ) |
Marks a message with the specified sequence number as not deleted.
sequenceNumber | The sequence number of message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | int32_t | sequenceNumber, |
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as not deleted.
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | int32_t | sequenceNumber, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as not deleted.
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | int32_t | sequenceNumber, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as not deleted.
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as not deleted.
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as not deleted.
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
uniqueId | The unique Id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
uniqueId | The unique Id of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
uniqueId | The unique Id of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
uniqueId | The unique Id of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
uniqueId | The unique Id of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
uniqueId | The unique Id of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::String | uniqueId | ) |
Marks a message with the specified sequence number as not deleted.
uniqueId | The unique Id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as not deleted.
uniqueId | The unique Id of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as not deleted.
uniqueId | The unique Id of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as not deleted.
uniqueId | The unique Id of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback | ||
) |
Marks a message with the specified sequence number as not deleted.
uniqueId | The unique Id of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUndeleteMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Marks a message with the specified sequence number as not deleted.
uniqueId | The unique Id of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | ) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | bool | doNotExpunge | ) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
doNotExpunge | Specifies whether messages marked as deleted should be removed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | bool | doNotExpunge, |
System::AsyncCallback | callback | ||
) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
doNotExpunge | Specifies whether messages marked as deleted should be removed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | bool | doNotExpunge, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
doNotExpunge | Specifies whether messages marked as deleted should be removed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | System::AsyncCallback | callback | ) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | System::SharedPtr< IConnection > | connection | ) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | System::SharedPtr< IConnection > | connection, |
bool | doNotExpunge | ||
) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
connection | Connection to a server |
doNotExpunge | Specifies whether messages marked as deleted should be removed. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | System::SharedPtr< IConnection > | connection, |
bool | doNotExpunge, | ||
System::AsyncCallback | callback | ||
) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
connection | Connection to a server |
doNotExpunge | Specifies whether messages marked as deleted should be removed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | System::SharedPtr< IConnection > | connection, |
bool | doNotExpunge, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Unselects folder which are currently selected asyncronously. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
connection | Connection to a server |
doNotExpunge | Specifies whether messages marked as deleted should be removed. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnselectFolder | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnsubscribeFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
connection | Connection to a server |
folderName | Name of the folder |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnsubscribeFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback | ||
) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
connection | Connection to a server |
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnsubscribeFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
connection | Connection to a server |
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnsubscribeFolder | ( | System::String | folderName | ) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
folderName | Name of the folder |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnsubscribeFolder | ( | System::String | folderName, |
System::AsyncCallback | callback | ||
) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginUnsubscribeFolder | ( | System::String | folderName, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
folderName | Name of the folder |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginValidateCredentials | ( | ) |
Begins to execute credentials validation
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginValidateCredentials | ( | System::AsyncCallback | callback | ) |
Begins to execute credentials validation
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginValidateCredentials | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins to execute credentials validation
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginValidateCredentials | ( | System::SharedPtr< IConnection > | connection | ) |
Begins to execute credentials validation
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginValidateCredentials | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins to execute credentials validation
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Imap::ImapClient::BeginValidateCredentials | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to execute credentials validation
connection | Connection to a server |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
sequenceNumber | The sequence number of the message |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
sequenceNumber | The sequence number of the message |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
connection | Connection to a server |
uniqueId | The uid of the message |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
connection | Connection to a server |
uniqueId | The uid of the message |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
uidSet | The set of UID for messages |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
uidSet | The set of UID for messages |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Changes the flags of the message
uniqueId | The uid of the message |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::ChangeMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Changes the flags of the message
uniqueId | The uid of the message |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
System::ArrayPtr<System::String> Aspose::Email::Clients::Imap::ImapClient::ClientCapabilities | ( | const System::ArrayPtr< System::String > & | capabilityNames | ) |
Notifies server which extensions are supported by client. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
capabilityNames | Array of capabilities which are supported by client |
System::ArrayPtr<System::String> Aspose::Email::Clients::Imap::ImapClient::ClientCapabilities | ( | System::SharedPtr< IConnection > | connection, |
const System::ArrayPtr< System::String > & | capabilityNames | ||
) |
Notifies server which extensions are supported by client. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
connection | Connection to a server |
capabilityNames | Array of capabilities which are supported by client |
void Aspose::Email::Clients::Imap::ImapClient::CommitDeletes | ( | ) |
Commit the deletions
void Aspose::Email::Clients::Imap::ImapClient::CommitDeletes | ( | int32_t | sleep | ) |
Commit the deletions
sleep | Wait time complete the operation in milliseconds |
void Aspose::Email::Clients::Imap::ImapClient::CommitDeletes | ( | System::SharedPtr< IConnection > | connection | ) |
Commit the deletions
connection | Connection to a server |
void Aspose::Email::Clients::Imap::ImapClient::CommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sleep | ||
) |
Commit the deletions
connection | Connection to a server |
sleep | Wait time complete the operation in milliseconds |
void Aspose::Email::Clients::Imap::ImapClient::CommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet | ||
) |
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | Set of unique identifiers for messages |
void Aspose::Email::Clients::Imap::ImapClient::CommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid | ||
) |
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
void Aspose::Email::Clients::Imap::ImapClient::CommitDeletes | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Commit the deletions
connection | Connection to a server |
uniqueId | The uid of a message |
void Aspose::Email::Clients::Imap::ImapClient::CommitDeletes | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet | ) |
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | Set of unique identifiers for messages |
void Aspose::Email::Clients::Imap::ImapClient::CommitDeletes | ( | System::String | startUid, |
System::String | endUid | ||
) |
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
void Aspose::Email::Clients::Imap::ImapClient::CommitDeletes | ( | System::String | uniqueId | ) |
Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of a message |
|
override |
Performs finalization operation for specified connection
sender | The source of the event. |
args | An ConnectionManagerEventArgs that contains the event data. |
System::String Aspose::Email::Clients::Imap::ImapClient::CopyMessage | ( | int32_t | sequenceNumber, |
System::String | folderName | ||
) |
Copies the message
sequenceNumber | The sequence number of the message |
folderName | Folder name where a message is to be copied |
System::String Aspose::Email::Clients::Imap::ImapClient::CopyMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName | ||
) |
Copies the message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
folderName | Folder name where a message is to be copied |
System::String Aspose::Email::Clients::Imap::ImapClient::CopyMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName | ||
) |
Copies the message
connection | Connection to a server |
uniqueId | The uid of the message |
folderName | Folder name where a message is to be copied |
System::String Aspose::Email::Clients::Imap::ImapClient::CopyMessage | ( | System::String | uniqueId, |
System::String | folderName | ||
) |
Copies the message
uniqueId | The uid of the message |
folderName | Folder name where a message is to be copied |
void Aspose::Email::Clients::Imap::ImapClient::CopyMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName | ||
) |
Copy messages
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::CopyMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName | ||
) |
// Copy messages //
//
//
connection | Connection to a server |
//
startUid | The starting UID of a message list |
//
endUid | The ending UID of a message list |
//
folderName | Folder name where a message is to be moved |
//
commitDeletions | Specifies whether deletions should be committed. |
//
// Copy messages //
//
startUid | The starting UID of a message list |
//
endUid | The ending UID of a message list |
//
folderName | Folder name where a message is to be moved |
//
commitDeletions | Specifies whether deletions should be committed. |
//
// Copy the messaeg //
//
connection | Connection to a server |
//
sequenceSet | The set of sequence numbers for messages |
//
folderName | Folder name where a message is to be moved |
//
commitDeletions | Specifies whether deletions should be committed. |
//
// Copy messages //
//
connection | Connection to a server |
//
messageInfoSet | The set of ImapMessageInfo |
//
folderName | Folder name where a message is to be moved |
//
commitDeletions | Specifies whether deletions should be committed. |
//
// Copy messages //
//
messageInfoSet | The set of ImapMessageInfo |
//
folderName | Folder name where a message is to be moved |
//
commitDeletions | Specifies whether deletions should be committed. |
//
// Copy messages //
//
connection | Connection to a server |
//
uidSet | The set of UID for messages |
//
folderName | Folder name where a message is to be moved |
//
commitDeletions | Specifies whether deletions should be committed. |
//
// Copy messages //
//
uidSet | The set of UID for messages |
//
folderName | Folder name where a message is to be moved |
//
commitDeletions | Specifies whether deletions should be committed. |
//
// Copy the messaeg //
//
connection | Connection to a server |
//
startSequence | The starting sequence number of a message list |
//
endSequence | The ending sequence number of a message list |
//
folderName | Folder name where a message is to be moved |
//
commitDeletions | Specifies whether deletions should be committed. |
//
// Copy messages //
//
startSequence | The starting sequence number of a message list |
//
endSequence | The ending sequence number of a message list |
//
folderName | Folder name where a message is to be moved |
//
commitDeletions | Specifies whether deletions should be committed. |
Copy the messaeg
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::CopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName | ||
) |
Copy the messaeg
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::CopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName | ||
) |
Copy messages
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::CopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName | ||
) |
Copy messages
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::CopyMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName | ||
) |
Copy messages
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::CopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName | ||
) |
Copy messages
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::CopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Copy messages
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
void Aspose::Email::Clients::Imap::ImapClient::CopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName | ||
) |
Copy messages
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::CopyMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName | ||
) |
Copy messages
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::CopyMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName | ||
) |
Copy messages
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::CreateFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Creates a folder with the specified name
connection | Connection to a server |
folderName | Folder to be created |
void Aspose::Email::Clients::Imap::ImapClient::CreateFolder | ( | System::String | folderName | ) |
Creates a folder with the specified name
folderName | Folder to be created |
void Aspose::Email::Clients::Imap::ImapClient::DeleteFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Deletes a specified folder. This method represents IMAP DELETE command
connection | Connection to a server |
folderName | Folder to be deleted |
void Aspose::Email::Clients::Imap::ImapClient::DeleteFolder | ( | System::String | folderName | ) |
Deletes a specified folder. This method represents IMAP DELETE command
folderName | Folder to be deleted |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | int32_t | sequenceNumber | ) |
Marks a message with the specified sequence number as deleted
sequenceNumber | Sequence number of a message |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | int32_t | sequenceNumber, |
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted
sequenceNumber | Sequence number of a message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Marks a message with the specified sequence number as deleted
connection | Connection to a server |
sequenceNumber | Sequence number of a message |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted
connection | Connection to a server |
sequenceNumber | Sequence number of a message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Marks a message with the specified sequence number as deleted
connection | Connection to a server |
uniqueId | The uid of the message |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uniqueId | The uid of the message |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified unique identifier as deleted
connection | Connection to a server |
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | System::String | uniqueId | ) |
Marks a message with the specified sequence number as deleted
uniqueId | The uid of the message |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | System::String | uniqueId, |
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of the message |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence | ||
) |
Marks a message with the specified unique identifier as deleted
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uniqueId | The uid of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | int32_t | startSequence, |
int32_t | endSequence | ||
) |
Marks a message with the specified sequence number as deleted
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence | ||
) |
Marks a message with the specified sequence number as deleted
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet | ||
) |
Marks a message with the specified sequence number as deleted
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
AsposeArgumentException | If sequenceSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
AsposeArgumentException | If sequenceSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet | ||
) |
Marks a message with the specified sequence number as deleted
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
AsposeArgumentException | If messageInfoSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If messageInfoSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified unique identifier as deleted
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
AsposeArgumentException | If messageInfoSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If messageInfoSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet | ||
) |
Marks a message with the specified sequence number as deleted
connection | Connection to a server |
uidSet | The set of UID for messages |
AsposeArgumentException | If uidSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | The set of UID for messages |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If uidSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified unique identifier as deleted
connection | Connection to a server |
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
AsposeArgumentException | If uidSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If uidSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid | ||
) |
Marks a message with the specified sequence number as deleted
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified unique identifier as deleted
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet | ) |
Marks a message with the specified sequence number as deleted
sequenceSet | The set of sequence numbers for messages |
AsposeArgumentException | If sequenceSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as deleted
sequenceSet | The set of sequence numbers for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
AsposeArgumentException | If sequenceSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet | ) |
Marks a message with the specified sequence number as deleted
messageInfoSet | The set of ImapMessageInfo for deletion |
AsposeArgumentException | If messageInfoSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet | The set of ImapMessageInfo for deletion |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If messageInfoSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
int64_t | modificationSequence | ||
) |
Marks a message with the specified unique identifier as deleted
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
AsposeArgumentException | If messageInfoSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
messageInfoSet | The set of ImapMessageInfo for deletion |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If messageInfoSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet | ) |
Marks a message with the specified sequence number as deleted
uidSet | The set of UID for messages |
AsposeArgumentException | If uidSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | The set of UID for messages |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If uidSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
int64_t | modificationSequence | ||
) |
Marks a message with the specified unique identifier as deleted
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
AsposeArgumentException | If uidSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
uidSet | The set of UID for messages |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
AsposeArgumentException | If uidSet is null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::String | startUid, |
System::String | endUid | ||
) |
Marks a message with the specified sequence number as deleted
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified unique identifier as deleted
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::DeleteMessages | ( | System::String | startUid, |
System::String | endUid, | ||
int64_t | modificationSequence, | ||
bool | commitNow | ||
) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
commitNow | Defines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315 |
|
override |
Finalizes all operations with a server.
void Aspose::Email::Clients::Imap::ImapClient::EndAddMessageFlags | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::String Aspose::Email::Clients::Imap::ImapClient::EndAppendMessage | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<AppendMessagesResult> Aspose::Email::Clients::Imap::ImapClient::EndAppendMessages | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndBackup | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndChangeMessageFlags | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::ArrayPtr<System::String> Aspose::Email::Clients::Imap::ImapClient::EndClientCapabilities | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete. Please note, this operation works only in case if server supports RFC5161 See more https://tools.ietf.org/html/rfc5161
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndCommitDeletes | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::String Aspose::Email::Clients::Imap::ImapClient::EndCopyMessage | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndCopyMessages | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndCreateFolder | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous folder creation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndDeleteFolder | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous folder deletion to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndDeleteMessage | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous message deletion to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndDeleteMessages | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous message deletion to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
bool Aspose::Email::Clients::Imap::ImapClient::EndExistFolder | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
bool Aspose::Email::Clients::Imap::ImapClient::EndExistFolder | ( | System::SharedPtr< System::IAsyncResult > | asyncResult, |
System::SharedPtr< ImapFolderInfo > & | folderInfo | ||
) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
folderInfo | Folder information |
System::SharedPtr<Attachment> Aspose::Email::Clients::Imap::ImapClient::EndFetchAttachment | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<MailMessage> Aspose::Email::Clients::Imap::ImapClient::EndFetchMessage | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous message fetching to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<MailMessage> > > Aspose::Email::Clients::Imap::ImapClient::EndFetchMessages | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<ImapFolderInfo> Aspose::Email::Clients::Imap::ImapClient::EndGetFolderInfo | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous folder listing to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<MessageThreadResult> > > Aspose::Email::Clients::Imap::ImapClient::EndGetMessageThreads | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous folder deletion to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::ArrayPtr<System::SharedPtr<ImapNamespace> > Aspose::Email::Clients::Imap::ImapClient::EndGetNamespaces | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::ArrayPtr<System::SharedPtr<ImapQuota> > Aspose::Email::Clients::Imap::ImapClient::EndGetQuota | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::ArrayPtr<System::SharedPtr<ImapQuotaRoot> > Aspose::Email::Clients::Imap::ImapClient::EndGetQuotaRoot | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<ImapIdentificationInfo> Aspose::Email::Clients::Imap::ImapClient::EndIntroduceClient | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<ImapAttachmentInfoCollection> Aspose::Email::Clients::Imap::ImapClient::EndListAttachments | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
System::SharedPtr<ImapFolderInfoCollection> Aspose::Email::Clients::Imap::ImapClient::EndListFolders | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<ImapMessageInfo> Aspose::Email::Clients::Imap::ImapClient::EndListMessage | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous ListMessage operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::EndListMessages | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous ListMessages operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<ImapPageInfo> Aspose::Email::Clients::Imap::ImapClient::EndListMessagesByPage | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous ListMessagesByPage operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndLogin | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndLogout | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndMoveFolder | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for completion of the asynchronous operation.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::String Aspose::Email::Clients::Imap::ImapClient::EndMoveMessage | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndMoveMessages | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndNoop | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndRemoveMessageFlags | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndRenameFolder | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndRequestCheckpoint | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndRestore | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndSaveMessage | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<ImapFolderInfo> Aspose::Email::Clients::Imap::ImapClient::EndSelectFolder | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous message fetching to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::ArrayPtr<System::SharedPtr<ImapQuota> > Aspose::Email::Clients::Imap::ImapClient::EndSetQuota | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<MessageThreadResult> > > Aspose::Email::Clients::Imap::ImapClient::EndSortMessageThreads | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous folder deletion to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndSubscribeFolder | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndUndeleteMessage | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndUnselectFolder | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
void Aspose::Email::Clients::Imap::ImapClient::EndUnsubscribeFolder | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
bool Aspose::Email::Clients::Imap::ImapClient::EndValidateCredentials | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the pending asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
bool Aspose::Email::Clients::Imap::ImapClient::ExistFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Check whether this folder exists
connection | Connection to a server |
folderName | Name of the folder |
bool Aspose::Email::Clients::Imap::ImapClient::ExistFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< ImapFolderInfo > & | folderInfo | ||
) |
Check whether this folder exists, extract folder info if so
connection | Connection to a server |
folderName | Name of the folder |
folderInfo | Folder information |
bool Aspose::Email::Clients::Imap::ImapClient::ExistFolder | ( | System::String | folderName | ) |
Check whether this folder exists
folderName | Name of the folder |
bool Aspose::Email::Clients::Imap::ImapClient::ExistFolder | ( | System::String | folderName, |
System::SharedPtr< ImapFolderInfo > & | folderInfo | ||
) |
Check whether this folder exists, extract folder info if so
folderName | Name of the folder |
folderInfo | Folder information |
System::SharedPtr<Attachment> Aspose::Email::Clients::Imap::ImapClient::FetchAttachment | ( | int32_t | sequenceNumber, |
System::String | attachmentName | ||
) |
Fetches the specified attachment
sequenceNumber | The sequence number of a message |
attachmentName | A name of attachment |
System::SharedPtr<Attachment> Aspose::Email::Clients::Imap::ImapClient::FetchAttachment | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | attachmentName | ||
) |
Fetches the specified attachment
connection | Connection to a server |
sequenceNumber | The sequence number of a message |
attachmentName | A name of attachment |
System::SharedPtr<MailMessage> Aspose::Email::Clients::Imap::ImapClient::FetchMessage | ( | int32_t | sequenceNumber | ) |
Fetches the message
sequenceNumber | The sequence number of message |
System::SharedPtr<MailMessage> Aspose::Email::Clients::Imap::ImapClient::FetchMessage | ( | int32_t | sequenceNumber, |
bool | ignoreAttachment | ||
) |
Fetches the message
sequenceNumber | The sequence number of message |
ignoreAttachment | A value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded |
System::SharedPtr<MailMessage> Aspose::Email::Clients::Imap::ImapClient::FetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Fetches the message
connection | Connection to a server |
sequenceNumber | The sequence number of message |
System::SharedPtr<MailMessage> Aspose::Email::Clients::Imap::ImapClient::FetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
bool | ignoreAttachment | ||
) |
Fetches the message
connection | Connection to a server |
sequenceNumber | The sequence number of message |
ignoreAttachment | A value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded |
System::SharedPtr<MailMessage> Aspose::Email::Clients::Imap::ImapClient::FetchMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Fetches the message
connection | Connection to a server |
uniqueId | The unique id of message |
System::SharedPtr<MailMessage> Aspose::Email::Clients::Imap::ImapClient::FetchMessage | ( | System::String | uniqueId | ) |
Fetches the message
uniqueId | The unique id of message |
System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<MailMessage> > > Aspose::Email::Clients::Imap::ImapClient::FetchMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumbers | ||
) |
Fetches the messages
connection | Connection to a server |
sequenceNumbers | The sequence numbers of the messages |
System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<MailMessage> > > Aspose::Email::Clients::Imap::ImapClient::FetchMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uids | ||
) |
Fetches the messages
connection | Connection to a server |
uids | The sequence numbers of the messages |
System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<MailMessage> > > Aspose::Email::Clients::Imap::ImapClient::FetchMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumbers | ) |
Fetches the messages
sequenceNumbers | The sequence numbers of the messages |
System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<MailMessage> > > Aspose::Email::Clients::Imap::ImapClient::FetchMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uids | ) |
Fetches the messages
uids | The sequence numbers of the messages |
ImapKnownAuthenticationType Aspose::Email::Clients::Imap::ImapClient::get_AllowedAuthentication | ( | ) |
Gets enumeration of allowed by user authentication types
bool Aspose::Email::Clients::Imap::ImapClient::get_AnnotateSupported | ( | ) |
Gets information whether ANNOTATE extension is supported See more: https://tools.ietf.org/html/rfc5257
bool Aspose::Email::Clients::Imap::ImapClient::get_AutoCommit | ( | ) | const |
Indicates, whether commit operation are executed automatically when folder is changed or before connection is closed.
bool Aspose::Email::Clients::Imap::ImapClient::get_ChildrenSupported | ( | ) |
Gets information whether CHILDREN extension is supported See more: https://tools.ietf.org/html/rfc3348
System::SharedPtr<ImapIdentificationInfo> Aspose::Email::Clients::Imap::ImapClient::get_ClientIdentificationInfo | ( | ) |
Gets client identification information See more: https://tools.ietf.org/html/rfc2971
bool Aspose::Email::Clients::Imap::ImapClient::get_CompressSupported | ( | ) |
Gets information whether COMPRESS extension is supported See more: https://tools.ietf.org/html/rfc4978
bool Aspose::Email::Clients::Imap::ImapClient::get_CondstoreSupported | ( | ) |
Gets information whether CONDSTORE extension is supported See more: https://tools.ietf.org/html/rfc7162
System::SharedPtr<ImapFolderInfo> Aspose::Email::Clients::Imap::ImapClient::get_CurrentFolder | ( | ) |
Gets the current folder
ImapFolderInfo that represents current folder
|
static |
Default folder for ImapClients
|
overridevirtual |
Gets default port for client
Reimplemented from Aspose::Email::Clients::EmailClient.
System::String Aspose::Email::Clients::Imap::ImapClient::get_Delimiter | ( | ) |
Gets delimiter of folders hierarhy.
bool Aspose::Email::Clients::Imap::ImapClient::get_EnableSupported | ( | ) |
Gets information whether ENABLE extension is supported See more: https://tools.ietf.org/html/rfc5161
bool Aspose::Email::Clients::Imap::ImapClient::get_ESearchSupported | ( | ) |
Gets information whether ESEARCH extension is supported See more: https://tools.ietf.org/html/rfc4731
bool Aspose::Email::Clients::Imap::ImapClient::get_ExchangeIdAutomatically | ( | ) |
Gets value which indicates whether client should to introduce information about itself to a server automatically. See more: https://tools.ietf.org/html/rfc2971
bool Aspose::Email::Clients::Imap::ImapClient::get_ExtendedListSupported | ( | ) |
Gets information whether LIST Command Extension is supported See more https://tools.ietf.org/html/rfc5258
bool Aspose::Email::Clients::Imap::ImapClient::get_GmExt1Supported | ( | ) |
Defines if Google X-GM-EXT-1 extension is supported
bool Aspose::Email::Clients::Imap::ImapClient::get_IdSupported | ( | ) |
Gets information whether ID extension is supported See more: https://tools.ietf.org/html/rfc2971
System::SharedPtr<ImapMailboxInfo> Aspose::Email::Clients::Imap::ImapClient::get_MailboxInfo | ( | ) |
Gets set of special-use mailboxes See more: http://tools.ietf.org/html/rfc6154 and https://tools.ietf.org/html/rfc8457
bool Aspose::Email::Clients::Imap::ImapClient::get_MoveSupported | ( | ) |
Gets information whether MOVE extension is supported See more: https://tools.ietf.org/html/rfc6851
bool Aspose::Email::Clients::Imap::ImapClient::get_NamespaceSupported | ( | ) |
Gets information whether NAMESPACE extension is supported See more: https://tools.ietf.org/html/rfc2342
System::SharedPtr<ImapConnectionPool> Aspose::Email::Clients::Imap::ImapClient::get_Pool | ( | ) |
Gets connection pool for the client
bool Aspose::Email::Clients::Imap::ImapClient::get_QresyncSupported | ( | ) |
Gets information whether QRESYNC extension is supported See more: https://tools.ietf.org/html/rfc7162
bool Aspose::Email::Clients::Imap::ImapClient::get_QuotaSupported | ( | ) |
Gets information whether quota is supported
bool Aspose::Email::Clients::Imap::ImapClient::get_ReadOnly | ( | ) |
Gets value which indicates if changes to the permanent state of the mailbox, including per-user state, are permitted.
bool Aspose::Email::Clients::Imap::ImapClient::get_SaslIrSupported | ( | ) |
Gets information whether SASL Initial Client Response extension is supported See more: https://tools.ietf.org/html/rfc4959
CompressionType Aspose::Email::Clients::Imap::ImapClient::get_SelectedCompression | ( | ) |
Gets compression type which is used to communicate with a server. See more: https://tools.ietf.org/html/rfc4978
System::SharedPtr<ImapIdentificationInfo> Aspose::Email::Clients::Imap::ImapClient::get_ServerIdentificationInfo | ( | ) |
Gets server identification information See more: https://tools.ietf.org/html/rfc2971
CompressionType Aspose::Email::Clients::Imap::ImapClient::get_ServerSupportedCompression | ( | ) |
Gets information which compression types are supported by a server. See more: https://tools.ietf.org/html/rfc4978
bool Aspose::Email::Clients::Imap::ImapClient::get_SortSupported | ( | ) |
Gets information whether Sort command are supported
bool Aspose::Email::Clients::Imap::ImapClient::get_SpecialUseSupported | ( | ) |
Gets information whether Special-Use Mailboxes is supported See more: https://tools.ietf.org/html/rfc6154
ImapKnownAuthenticationType Aspose::Email::Clients::Imap::ImapClient::get_SupportedAuthentication | ( | ) |
Gets enumeration of supported by server authentication types
bool Aspose::Email::Clients::Imap::ImapClient::get_SupportOldServer | ( | ) | const |
Indicates whether the old servers need to be supported when receiving messages.
System::ArrayPtr<System::String> Aspose::Email::Clients::Imap::ImapClient::get_ThreadAlgorithms | ( | ) |
Gets supported thread algorithms
bool Aspose::Email::Clients::Imap::ImapClient::get_ThreadSupported | ( | ) |
Gets information whether Thread command are supported
bool Aspose::Email::Clients::Imap::ImapClient::get_UidPlusSupported | ( | ) |
Gets information whether UIDPLUS extension is supported See more: https://tools.ietf.org/html/rfc4315
bool Aspose::Email::Clients::Imap::ImapClient::get_UnselectSupported | ( | ) |
Gets information whether UNSELECT extension is supported See more: https://tools.ietf.org/html/rfc2342
System::SharedPtr<ImapFolderInfo> Aspose::Email::Clients::Imap::ImapClient::GetFolderInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Returns information about the specified folder without selecting it
connection | Connection to a server |
folderName | Folder to retrieve information about |
System::SharedPtr<ImapFolderInfo> Aspose::Email::Clients::Imap::ImapClient::GetFolderInfo | ( | System::String | folderName | ) |
Returns information about the specified folder without selecting it
folderName | Folder to retrieve information about |
System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<MessageThreadResult> > > Aspose::Email::Clients::Imap::ImapClient::GetMessageThreads | ( | System::SharedPtr< BaseSearchConditions > | conditions | ) |
Get message threads.
conditions | Thread conditions. |
System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<MessageThreadResult> > > Aspose::Email::Clients::Imap::ImapClient::GetMessageThreads | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< BaseSearchConditions > | conditions | ||
) |
Get message threads.
connection | Connection to a server |
conditions | Thread conditions. |
System::ArrayPtr<System::SharedPtr<ImapNamespace> > Aspose::Email::Clients::Imap::ImapClient::GetNamespaces | ( | ) |
Gets namespaces that are available on a server.
System::ArrayPtr<System::SharedPtr<ImapNamespace> > Aspose::Email::Clients::Imap::ImapClient::GetNamespaces | ( | System::SharedPtr< IConnection > | connection | ) |
Gets namespaces that are available on a server.
connection | Connection to a server |
System::ArrayPtr<System::SharedPtr<ImapQuota> > Aspose::Email::Clients::Imap::ImapClient::GetQuota | ( | System::SharedPtr< IConnection > | connection, |
System::String | quotaRootName | ||
) |
Gets quota information
connection | Connection to a server |
quotaRootName | quota root name |
System::ArrayPtr<System::SharedPtr<ImapQuota> > Aspose::Email::Clients::Imap::ImapClient::GetQuota | ( | System::String | quotaRootName | ) |
Gets quota information
quotaRootName | quota root name |
System::ArrayPtr<System::SharedPtr<ImapQuotaRoot> > Aspose::Email::Clients::Imap::ImapClient::GetQuotaRoot | ( | System::SharedPtr< IConnection > | connection, |
System::String | mailboxName | ||
) |
Gets quota root information for mailbox
connection | Connection to a server |
mailboxName | mailbox name |
System::ArrayPtr<System::SharedPtr<ImapQuotaRoot> > Aspose::Email::Clients::Imap::ImapClient::GetQuotaRoot | ( | System::String | mailboxName | ) |
Gets quota root information for mailbox
mailboxName | mailbox name |
System::SharedPtr<ImapIdentificationInfo> Aspose::Email::Clients::Imap::ImapClient::IntroduceClient | ( | ) |
Introduces client information to a server.
System::SharedPtr<ImapIdentificationInfo> Aspose::Email::Clients::Imap::ImapClient::IntroduceClient | ( | System::SharedPtr< IConnection > | connection | ) |
Introduces client information to a server.
connection | Connection to a server |
System::SharedPtr<ImapIdentificationInfo> Aspose::Email::Clients::Imap::ImapClient::IntroduceClient | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< ImapIdentificationInfo > | clientIdentificationInfo | ||
) |
Introduces client information to a server.
connection | Connection to a server |
clientIdentificationInfo | Client identification information |
System::SharedPtr<ImapIdentificationInfo> Aspose::Email::Clients::Imap::ImapClient::IntroduceClient | ( | System::SharedPtr< ImapIdentificationInfo > | clientIdentificationInfo | ) |
Introduces client information to a server.
clientIdentificationInfo | Client identification information |
System::SharedPtr<ImapAttachmentInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListAttachments | ( | int32_t | sequenceNumber | ) |
Gets the message attachments list. Gets an information for each attachment in message.
sequenceNumber | The message sequence number. |
System::SharedPtr<ImapAttachmentInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListAttachments | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Gets the message attachments list. Gets an information for each attachment in message.
sequenceNumber | The message sequence number. |
System::SharedPtr<ImapFolderInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListFolders | ( | ) |
Gets the list of folders in the mailbox
System::SharedPtr<ImapFolderInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListFolders | ( | bool | loadFullInfo | ) |
Gets the list of folders in the mailbox
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
System::SharedPtr<ImapFolderInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListFolders | ( | System::SharedPtr< IConnection > | connection | ) |
Gets the list of folders in the mailbox
connection | Connection to a server |
System::SharedPtr<ImapFolderInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListFolders | ( | System::SharedPtr< IConnection > | connection, |
bool | loadFullInfo | ||
) |
Gets the list of folders in the mailbox
connection | Connection to a server |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
System::SharedPtr<ImapFolderInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder | ||
) |
Gets the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
System::SharedPtr<ImapFolderInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder, | ||
bool | loadFullInfo | ||
) |
Gets the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
System::SharedPtr<ImapFolderInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListFolders | ( | System::SharedPtr< IConnection > | connection, |
System::String | parentFolder, | ||
bool | loadFullInfo, | ||
ListFoldersOptions | options, | ||
ListFoldersReturnOptions | returnOptions | ||
) |
Gets the list of subfolders in the specified folder
connection | Connection to a server |
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
options | Options for operation |
returnOptions | Return options for operation |
System::SharedPtr<ImapFolderInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListFolders | ( | System::String | parentFolder | ) |
Gets the list of subfolders in the specified folder
parentFolder | Name of the folder |
System::SharedPtr<ImapFolderInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListFolders | ( | System::String | parentFolder, |
bool | loadFullInfo | ||
) |
Gets the list of subfolders in the specified folder
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
System::SharedPtr<ImapFolderInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListFolders | ( | System::String | parentFolder, |
bool | loadFullInfo, | ||
ListFoldersOptions | options, | ||
ListFoldersReturnOptions | returnOptions | ||
) |
Gets the list of subfolders in the specified folder
parentFolder | Name of the folder |
loadFullInfo | If true indicates that folder information should be retrieved from a server completely, otherwise only folder names are retrieved. |
options | Options for operation |
returnOptions | Return options for operation |
System::SharedPtr<ImapMessageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessage | ( | int32_t | sequenceNumber | ) |
Gets information about a message.
sequenceNumber | The sequence number of message |
System::SharedPtr<ImapMessageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields | ||
) |
Gets information about a message.
sequenceNumber | The sequence number of message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
System::SharedPtr<ImapMessageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Gets information about a message.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
System::SharedPtr<ImapMessageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields | ||
) |
Gets information about a message.
connection | Connection to a server |
sequenceNumber | The sequence number of message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
System::SharedPtr<ImapMessageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Gets information about a message.
connection | Connection to a server |
uniqueId | The unique Id of the message |
System::SharedPtr<ImapMessageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields | ||
) |
Gets information about a message.
connection | Connection to a server |
uniqueId | The unique Id of the message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
System::SharedPtr<ImapMessageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessage | ( | System::String | uniqueId | ) |
Gets information about a message.
uniqueId | The unique Id of the message |
System::SharedPtr<ImapMessageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields | ||
) |
Gets information about a message.
uniqueId | The unique Id of the message |
messageExtraFields | List of extra parameters for a message wich will be requested. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | ) |
Gets the list of messages in the current folder
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | bool | retrieveRecursively | ) |
Gets the list of messages in the current folder
retrieveRecursively | Indicates, if messages have to be retrieved recursively. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | int32_t | maxNumberOfMessages | ) |
Gets the list of messages in the current folder.
maxNumberOfMessages | Maximum number of messages. |
ArgumentOutOfRangeException | maxNumberOfMessages is negative. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | int64_t | modificationSequence | ) |
Gets the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162
modificationSequence | Modification sequence |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query | ) |
Gets the list of messages in the current folder.
query | MailQuery that represents search query. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, |
int32_t | maxNumberOfMessages | ||
) |
Gets the list of messages in the current folder.
query | MailQuery that represents search query. |
maxNumberOfMessages | Maximum number of messages. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection | ) |
Gets the list of messages in the current folder
connection | Connection to a server |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
bool | retrieveRecursively | ||
) |
Gets the list of messages in the current folder
connection | Connection to a server |
retrieveRecursively | Indicates, if messages have to be retrieved recursively. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | maxNumberOfMessages | ||
) |
Gets the list of messages in the current folder.
connection | Connection to a server |
maxNumberOfMessages | Maximum number of messages. |
ArgumentOutOfRangeException | maxNumberOfMessages is negative. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
int64_t | modificationSequence | ||
) |
Gets the list of messages in the current folder that have a modification sequence bigger than specified value. Please, see more https://tools.ietf.org/html/rfc7162
connection | Connection to a server |
modificationSequence | Modification sequence |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query | ||
) |
Gets the list of messages in the current folder.
connection | Connection to a server |
query | MailQuery that represents search query. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, | ||
int32_t | maxNumberOfMessages | ||
) |
Gets the list of messages in the current folder.
connection | Connection to a server |
query | MailQuery that represents search query. |
maxNumberOfMessages | Maximum number of messages. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Gets the list of messages in the specified folder
connection | Connection to a server |
folderName | Folder to retrieve messages. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
bool | retrieveRecursively | ||
) |
Gets the list of messages in the specified folder
connection | Connection to a server |
folderName | Folder to retrieve messages. |
retrieveRecursively | Indicates, if messages have to be retrieved recursively. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
ImapListFields | fieldsList, | ||
int32_t | maxNumberOfMessages | ||
) |
Lists the messages. Gets an information for earch message
connection | Connection to a server |
folderName | Folder to retrieve messages. |
fieldsList | Fields that may be retrieved from the server. |
maxNumberOfMessages | Maximum number of messages. |
Note that messages marked as deleted are not listed
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
int64_t | modificationSequence, | ||
bool | retrieveRecursively, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields | ||
) |
Gets the list of messages in the specified folder
connection | Connection to a server |
folderName | Folder to retrieve messages. |
modificationSequence | Modification sequence |
retrieveRecursively | Indicates, if messages have to be retrieved recursively. |
messageExtraFields | List of extra parameters for a message wich will be requested. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, | ||
int32_t | maxNumberOfMessages | ||
) |
Gets the list of messages in the current folder.
connection | Connection to a server |
folderName | Messages location |
query | MailQuery that represents search query. |
maxNumberOfMessages | Maximum number of messages. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst | ||
) |
Lists the messages. Gets an information for earch message
connection | Connection to a server |
folderName | Folder to retrieve messages. |
sequenceNumberLst | sequenceNumber list for ImapMessageInfo to retrieve from a server. |
Note that messages marked as deleted are not listed
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst | ||
) |
Lists the messages. Gets an information for earch message
connection | Connection to a server |
folderName | Folder to retrieve messages. |
uniqueIdLst | UniqueId list for ImapMessageInfo to retrieve from a server. |
Note that messages marked as deleted are not listed
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields | ) |
Gets the list of messages in the current folder
messageExtraFields | List of extra parameters for a message wich will be requested. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::String | folderName | ) |
Gets the list of messages in the specified folder
folderName | Folder to retrieve messages. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::String | folderName, |
bool | retrieveRecursively | ||
) |
Gets the list of messages in the specified folder
folderName | Folder to retrieve messages. |
retrieveRecursively | Indicates, if messages have to be retrieved recursively. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::String | folderName, |
bool | retrieveRecursively, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | messageExtraFields | ||
) |
Gets the list of messages in the specified folder
folderName | Folder to retrieve messages. |
retrieveRecursively | Indicates, if messages have to be retrieved recursively. |
messageExtraFields | List of extra parameters for a message wich will be requested. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::String | folderName, |
ImapListFields | fieldsList, | ||
int32_t | maxNumberOfMessages | ||
) |
Lists the messages. Gets an information for earch message
folderName | Folder to retrieve messages. |
fieldsList | Fields that may be retrieved from the server. |
maxNumberOfMessages | Maximum number of messages. |
Note that messages marked as deleted are not listed
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::String | folderName, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, | ||
int32_t | maxNumberOfMessages | ||
) |
Gets the list of messages in the current folder.
folderName | Messages location |
query | MailQuery that represents search query. |
maxNumberOfMessages | Maximum number of messages. |
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst | ||
) |
Lists the messages. Gets an information for earch message
folderName | Folder to retrieve messages. |
sequenceNumberLst | sequenceNumber list for ImapMessageInfo to retrieve from a server. |
Note that messages marked as deleted are not listed
System::SharedPtr<ImapMessageInfoCollection> Aspose::Email::Clients::Imap::ImapClient::ListMessages | ( | System::String | folderName, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst | ||
) |
Lists the messages. Gets an information for earch message
folderName | Folder to retrieve messages. |
uniqueIdLst | UniqueId list for ImapMessageInfo to retrieve from a server. |
Note that messages marked as deleted are not listed
System::SharedPtr<ImapPageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessagesByPage | ( | int32_t | itemsPerPage, |
int32_t | pageOffset, | ||
System::SharedPtr< PageSettings > | settings | ||
) |
Gets the list of messages
itemsPerPage | A number of items in page |
pageOffset | An offset of next page in view |
settings | The settings. |
System::SharedPtr<ImapPageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessagesByPage | ( | int32_t | itemsPerPage, |
System::SharedPtr< PageSettings > | settings | ||
) |
Gets the list of messages
itemsPerPage | A number of items in page |
settings | The settings. |
System::SharedPtr<ImapPageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessagesByPage | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, |
System::SharedPtr< PageInfo > | pageInfo, | ||
System::SharedPtr< PageSettings > | settings | ||
) |
Gets the list of messages
query | MailQuery that represents search query. |
pageInfo | The next page to retrieve. |
settings | The settings. |
System::SharedPtr<ImapPageInfo> Aspose::Email::Clients::Imap::ImapClient::ListMessagesByPage | ( | System::SharedPtr< PageInfo > | pageInfo, |
System::SharedPtr< PageSettings > | settings | ||
) |
Gets the list of messages
pageInfo | The next page to retrieve. |
settings | The settings. |
void Aspose::Email::Clients::Imap::ImapClient::Login | ( | ) |
Sign in to a server
void Aspose::Email::Clients::Imap::ImapClient::Login | ( | System::SharedPtr< IConnection > | connection | ) |
Sign in to a server
connection | Connection to a server |
void Aspose::Email::Clients::Imap::ImapClient::Logout | ( | ) |
Sign in to a server
void Aspose::Email::Clients::Imap::ImapClient::Logout | ( | System::SharedPtr< IConnection > | connection | ) |
Sign in to a server
connection | Connection to a server |
void Aspose::Email::Clients::Imap::ImapClient::MoveFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | newParentFolder, | ||
System::String | folderName | ||
) |
Moves specified folder and its subfolders to new location.
connection | Connection to a server |
newParentFolder | New location for moved folder |
folderName | Folder to move |
void Aspose::Email::Clients::Imap::ImapClient::MoveFolder | ( | System::String | newParentFolder, |
System::String | folderName | ||
) |
Moves specified folder and its subfolders to new location.
newParentFolder | New location for moved folder |
folderName | Folder to move |
System::String Aspose::Email::Clients::Imap::ImapClient::MoveMessage | ( | int32_t | sequenceNumber, |
System::String | folderName | ||
) |
Moves the message
sequenceNumber | The sequence number of the message |
folderName | Folder name where a message is to be moved |
System::String Aspose::Email::Clients::Imap::ImapClient::MoveMessage | ( | int32_t | sequenceNumber, |
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the message
sequenceNumber | The sequence number of the message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::String Aspose::Email::Clients::Imap::ImapClient::MoveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName | ||
) |
Moves the messaeg
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
folderName | Folder name where a message is to be moved |
System::String Aspose::Email::Clients::Imap::ImapClient::MoveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the messaeg
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::String Aspose::Email::Clients::Imap::ImapClient::MoveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName | ||
) |
Moves the message
connection | Connection to a server |
uniqueId | The uid of the message |
folderName | Folder name where a message is to be moved |
System::String Aspose::Email::Clients::Imap::ImapClient::MoveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the message
connection | Connection to a server |
uniqueId | The uid of the message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
System::String Aspose::Email::Clients::Imap::ImapClient::MoveMessage | ( | System::String | uniqueId, |
System::String | folderName | ||
) |
Moves the message
uniqueId | The uid of the message |
folderName | Folder name where a message is to be moved |
System::String Aspose::Email::Clients::Imap::ImapClient::MoveMessage | ( | System::String | uniqueId, |
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the message
uniqueId | The uid of the message |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName | ||
) |
Moves the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName | ||
) |
Moves the messaeg
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the messaeg
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName | ||
) |
Moves the messaeg
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the messaeg
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName | ||
) |
Moves the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName | ||
) |
Moves the message
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the message
connection | Connection to a server |
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName | ||
) |
Moves the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName | ||
) |
Moves the message
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the message
sequenceSet | The set of sequence numbers for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName | ||
) |
Moves the message
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the message
messageInfoSet | The set of ImapMessageInfo |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName | ||
) |
Moves the message
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the message
uidSet | The set of UID for messages |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName | ||
) |
Moves the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
void Aspose::Email::Clients::Imap::ImapClient::MoveMessages | ( | System::String | startUid, |
System::String | endUid, | ||
System::String | folderName, | ||
bool | commitDeletions | ||
) |
Moves the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
folderName | Folder name where a message is to be moved |
commitDeletions | Specifies whether deletions should be committed. |
bool Aspose::Email::Clients::Imap::ImapClient::NeedSupportOldServers | ( | ) |
|
overridevirtual |
'No operation' command
Implements Aspose::Email::Clients::EmailClient.
|
overridevirtual |
'No operation' command
connection | Connection to a server |
timeout | timeout of a command |
Implements Aspose::Email::Clients::EmailClient.
|
overridevirtual |
'No operation' command
connection | Connection to a server |
Implements Aspose::Email::Clients::EmailClient.
|
static |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
sequenceNumber | The sequence number of the message |
flags | The flags to be added |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | int32_t | sequenceNumber, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
sequenceNumber | The sequence number of the message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | int32_t | startSequence, |
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
flags | The flags to be added |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
int32_t | startSequence, | ||
int32_t | endSequence, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
connection | Connection to a server |
startSequence | The starting sequence number of a message list |
endSequence | The ending sequence number of a message list |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
ArgumentException | SequenceSet should not be null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
connection | Connection to a server |
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
ArgumentException | SequenceSet should not be null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
connection | Connection to a server |
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
connection | Connection to a server |
uidSet | The set of UID for messages |
flags | The flags to be changed |
ArgumentException | UidSet should not be null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
connection | Connection to a server |
uidSet | The set of set of UID for messages |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
ArgumentException | UidSet should not be null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | startUid, | ||
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
connection | Connection to a server |
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
connection | Connection to a server |
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
ArgumentException | SequenceSet should not be null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
sequenceSet | The set of sequence numbers for messages |
flags | The flags to be removed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
ArgumentException | SequenceSet should not be null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> | messageInfoSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
messageInfoSet | The set of ImapMessageInfo |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
uidSet | The set of UID for messages |
flags | The flags to be changed |
ArgumentException | UidSet should not be null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uidSet, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
uidSet | The set of UID for messages |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
ArgumentException | UidSet should not be null or empty. |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::String | startUid, |
System::String | endUid, | ||
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
startUid | The starting UID of a message list |
endUid | The ending UID of a message list |
flags | The flags to be changed |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags | ||
) |
Removes the flags of the message
uniqueId | Unique identifier of a message |
flags | The flags to be added |
void Aspose::Email::Clients::Imap::ImapClient::RemoveMessageFlags | ( | System::String | uniqueId, |
System::SharedPtr< ImapMessageFlags > | flags, | ||
int64_t | modificationSequence | ||
) |
Removes the flags of the message
uniqueId | Unique identifier of a message |
flags | The flags to be added |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::RenameFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::String | newFolderName | ||
) |
Renames a specified folder to a new name
connection | Connection to a server |
folderName | Folder to be renamed |
newFolderName | New folder name |
void Aspose::Email::Clients::Imap::ImapClient::RenameFolder | ( | System::String | folderName, |
System::String | newFolderName | ||
) |
Renames a specified folder to a new name
folderName | Folder to be renamed |
newFolderName | New folder name |
void Aspose::Email::Clients::Imap::ImapClient::RequestCheckpoint | ( | ) |
Requests a checkpoint of the currently selected mailbox.
void Aspose::Email::Clients::Imap::ImapClient::RequestCheckpoint | ( | System::SharedPtr< IConnection > | connection | ) |
Requests a checkpoint of the currently selected mailbox.
connection | Connection to a server |
void Aspose::Email::Clients::Imap::ImapClient::Restore | ( | System::SharedPtr< Aspose::Email::Storage::Pst::PersonalStorage > | pst, |
System::SharedPtr< RestoreSettings > | settings | ||
) |
Begins to restore imap folders from the given personal storage.
pst | A personal storage containing the backuped imap folders. |
settings | The restore settings |
void Aspose::Email::Clients::Imap::ImapClient::ResumeMonitoring | ( | ImapMonitoringEventHandler | callback, |
ImapMonitoringErrorEventHandler | errorCallback, | ||
System::SharedPtr< IImapMonitoringState > | monitoringState | ||
) |
Resumes monitoring of message changes for specified folder. Unlike the StartMonitoring method, it will find all missing mailbox changes and call the callback for them.
callback | The callback function for monitoring operation. |
errorCallback | The callback function for monitoring error handling. Monitoring of specified folder is stopped when this callback is called. |
monitoringState | The monitoring state to resume folder monitoring from. Can be retrieved from ImapMonitoringErrorEventArgs::MonitoringState. |
void Aspose::Email::Clients::Imap::ImapClient::SaveMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::IO::Stream > | resultStream | ||
) |
Downloads the message with the specified sequence number and writes its data into a supplied stream
sequenceNumber | The sequence number of the message |
resultStream | Stream that will receive the message |
void Aspose::Email::Clients::Imap::ImapClient::SaveMessage | ( | int32_t | sequenceNumber, |
System::String | fileName | ||
) |
Downloads the message with the specified sequence number and writes its data into a local file
sequenceNumber | The sequence number of the message |
fileName | The path of the local file. This cannot be a directory |
void Aspose::Email::Clients::Imap::ImapClient::SaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::IO::Stream > | resultStream | ||
) |
Downloads the message with the specified sequence number and writes its data into a supplied stream
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
resultStream | Stream that will receive the message |
void Aspose::Email::Clients::Imap::ImapClient::SaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | fileName | ||
) |
Downloads the message with the specified sequence number and writes its data into a local file
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
fileName | The path of the local file. This cannot be a directory |
void Aspose::Email::Clients::Imap::ImapClient::SaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::IO::Stream > | resultStream | ||
) |
Downloads the message with the specified sequence number and writes its data into a supplied stream
connection | Connection to a server |
uniqueId | The unique Id of the message |
resultStream | Stream that will receive the message |
void Aspose::Email::Clients::Imap::ImapClient::SaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | fileName | ||
) |
Downloads the message with the specified sequence number and writes its data into a local file
connection | Connection to a server |
uniqueId | The unique Id of the message |
fileName | The path of the local file. This cannot be a directory |
void Aspose::Email::Clients::Imap::ImapClient::SaveMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::IO::Stream > | resultStream | ||
) |
Downloads the message with the specified sequence number and writes its data into a supplied stream
uniqueId | The unique Id of the message |
resultStream | Stream that will receive the message |
void Aspose::Email::Clients::Imap::ImapClient::SaveMessage | ( | System::String | uniqueId, |
System::String | fileName | ||
) |
Downloads the message with the specified sequence number and writes its data into a local file
uniqueId | The unique Id of the message |
fileName | The path of the local file. This cannot be a directory |
void Aspose::Email::Clients::Imap::ImapClient::SelectFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Selects the specified folder
connection | Connection to a server |
folderName | Folder to be selected |
void Aspose::Email::Clients::Imap::ImapClient::SelectFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName, | ||
System::Nullable< bool > | readOnly | ||
) |
Selects the specified folder
connection | Connection to a server |
folderName | Folder to be selected |
readOnly | Specifies whether the folder is to be selected as read-only |
void Aspose::Email::Clients::Imap::ImapClient::SelectFolder | ( | System::String | folderName | ) |
Selects the specified folder
folderName | Folder to be selected |
void Aspose::Email::Clients::Imap::ImapClient::SelectFolder | ( | System::String | folderName, |
System::Nullable< bool > | readOnly | ||
) |
Selects the specified folder
folderName | Folder to be selected |
readOnly | Specifies whether the folder is to be selected as read-only |
void Aspose::Email::Clients::Imap::ImapClient::set_AllowedAuthentication | ( | ImapKnownAuthenticationType | value | ) |
Sets enumeration of allowed by user authentication types
void Aspose::Email::Clients::Imap::ImapClient::set_AnnotateSupported | ( | bool | value | ) |
Gets information whether ANNOTATE extension is supported See more: https://tools.ietf.org/html/rfc5257
void Aspose::Email::Clients::Imap::ImapClient::set_AutoCommit | ( | bool | value | ) |
Indicates, whether commit operation are executed automatically when folder is changed or before connection is closed.
void Aspose::Email::Clients::Imap::ImapClient::set_ChildrenSupported | ( | bool | value | ) |
Gets information whether CHILDREN extension is supported See more: https://tools.ietf.org/html/rfc3348
void Aspose::Email::Clients::Imap::ImapClient::set_ClientIdentificationInfo | ( | System::SharedPtr< ImapIdentificationInfo > | value | ) |
Sets client identification information See more: https://tools.ietf.org/html/rfc2971
void Aspose::Email::Clients::Imap::ImapClient::set_CompressSupported | ( | bool | value | ) |
Gets information whether COMPRESS extension is supported See more: https://tools.ietf.org/html/rfc4978
void Aspose::Email::Clients::Imap::ImapClient::set_CondstoreSupported | ( | bool | value | ) |
Gets information whether CONDSTORE extension is supported See more: https://tools.ietf.org/html/rfc7162
void Aspose::Email::Clients::Imap::ImapClient::set_CurrentFolder | ( | System::SharedPtr< ImapFolderInfo > | value | ) |
Gets the current folder
ImapFolderInfo that represents current folder
|
static |
Default folder for ImapClients
void Aspose::Email::Clients::Imap::ImapClient::set_Delimiter | ( | System::String | value | ) |
Sets delimiter of folders hierarhy.
void Aspose::Email::Clients::Imap::ImapClient::set_EnableSupported | ( | bool | value | ) |
Gets information whether ENABLE extension is supported See more: https://tools.ietf.org/html/rfc5161
void Aspose::Email::Clients::Imap::ImapClient::set_ESearchSupported | ( | bool | value | ) |
Gets information whether ESEARCH extension is supported See more: https://tools.ietf.org/html/rfc4731
void Aspose::Email::Clients::Imap::ImapClient::set_ExchangeIdAutomatically | ( | bool | value | ) |
Sets value which indicates whether client should to introduce information about itself to a server automatically. See more: https://tools.ietf.org/html/rfc2971
void Aspose::Email::Clients::Imap::ImapClient::set_ExtendedListSupported | ( | bool | value | ) |
Gets information whether LIST Command Extension is supported See more https://tools.ietf.org/html/rfc5258
void Aspose::Email::Clients::Imap::ImapClient::set_GmExt1Supported | ( | bool | value | ) |
Defines if Google X-GM-EXT-1 extension is supported
void Aspose::Email::Clients::Imap::ImapClient::set_IdSupported | ( | bool | value | ) |
Gets information whether ID extension is supported See more: https://tools.ietf.org/html/rfc2971
void Aspose::Email::Clients::Imap::ImapClient::set_MoveSupported | ( | bool | value | ) |
Gets information whether MOVE extension is supported See more: https://tools.ietf.org/html/rfc6851
void Aspose::Email::Clients::Imap::ImapClient::set_NamespaceSupported | ( | bool | value | ) |
Gets information whether NAMESPACE extension is supported See more: https://tools.ietf.org/html/rfc2342
void Aspose::Email::Clients::Imap::ImapClient::set_QresyncSupported | ( | bool | value | ) |
Gets information whether QRESYNC extension is supported See more: https://tools.ietf.org/html/rfc7162
void Aspose::Email::Clients::Imap::ImapClient::set_QuotaSupported | ( | bool | value | ) |
Gets information whether quota is supported
void Aspose::Email::Clients::Imap::ImapClient::set_ReadOnly | ( | bool | value | ) |
Sets value which indicates if changes to the permanent state of the mailbox, including per-user state, are permitted.
void Aspose::Email::Clients::Imap::ImapClient::set_SaslIrSupported | ( | bool | value | ) |
Gets information whether SASL Initial Client Response extension is supported See more: https://tools.ietf.org/html/rfc4959
void Aspose::Email::Clients::Imap::ImapClient::set_SelectedCompression | ( | CompressionType | value | ) |
Sets compression type which is used to communicate with a server. See more: https://tools.ietf.org/html/rfc4978
void Aspose::Email::Clients::Imap::ImapClient::set_SortSupported | ( | bool | value | ) |
Gets information whether Sort command are supported
void Aspose::Email::Clients::Imap::ImapClient::set_SpecialUseSupported | ( | bool | value | ) |
Gets information whether Special-Use Mailboxes is supported See more: https://tools.ietf.org/html/rfc6154
void Aspose::Email::Clients::Imap::ImapClient::set_SupportOldServer | ( | bool | value | ) |
Indicates whether the old servers need to be supported when receiving messages.
void Aspose::Email::Clients::Imap::ImapClient::set_ThreadSupported | ( | bool | value | ) |
Gets information whether Thread command are supported
void Aspose::Email::Clients::Imap::ImapClient::set_UidPlusSupported | ( | bool | value | ) |
Gets information whether UIDPLUS extension is supported See more: https://tools.ietf.org/html/rfc4315
void Aspose::Email::Clients::Imap::ImapClient::set_UnselectSupported | ( | bool | value | ) |
Gets information whether UNSELECT extension is supported See more: https://tools.ietf.org/html/rfc2342
System::ArrayPtr<System::SharedPtr<ImapQuota> > Aspose::Email::Clients::Imap::ImapClient::SetQuota | ( | System::SharedPtr< IConnection > | connection, |
System::String | quotaRootName, | ||
System::String | resourceName, | ||
int32_t | resourceLimit | ||
) |
Sets quota information
connection | Connection to a server |
quotaRootName | quota root name |
resourceName | resource name |
resourceLimit | resource limit |
System::ArrayPtr<System::SharedPtr<ImapQuota> > Aspose::Email::Clients::Imap::ImapClient::SetQuota | ( | System::String | quotaRootName, |
System::String | resourceName, | ||
int32_t | resourceLimit | ||
) |
Sets quota information
quotaRootName | quota root name |
resourceName | resource name |
resourceLimit | resource limit |
System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<MessageThreadResult> > > Aspose::Email::Clients::Imap::ImapClient::SortMessageThreads | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< SortConditions > | conditions | ||
) |
Get message threads.
connection | Connection to a server |
conditions | Thread conditions. |
System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<MessageThreadResult> > > Aspose::Email::Clients::Imap::ImapClient::SortMessageThreads | ( | System::SharedPtr< SortConditions > | conditions | ) |
Get message threads.
conditions | Thread conditions. |
void Aspose::Email::Clients::Imap::ImapClient::StartMonitoring | ( | ImapMonitoringEventHandler | callback, |
ImapMonitoringErrorEventHandler | errorCallback, | ||
System::String | folderName = u"Inbox" |
||
) |
Starts monitoring of message changes for specified folder.
callback | The callback function for monitoring operation. |
errorCallback | The callback function for monitoring error handling. Monitoring of specified folder is stopped when this callback is called. The callback also provides a state holder so folder monitoring could be resumed using ResumeMonitoring method. |
folderName | The folder for monitoring operation. |
void Aspose::Email::Clients::Imap::ImapClient::StopMonitoring | ( | ) |
Stops any monitoring of changes.
void Aspose::Email::Clients::Imap::ImapClient::StopMonitoring | ( | System::String | folderName | ) |
Stops monitoring of message changes for specified folder.
folderName | specified folder for monitoring operation |
void Aspose::Email::Clients::Imap::ImapClient::SubscribeFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes.
connection | Connection to a server |
folderName | Name of the folder |
void Aspose::Email::Clients::Imap::ImapClient::SubscribeFolder | ( | System::String | folderName | ) |
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes.
folderName | Name of the folder |
void Aspose::Email::Clients::Imap::ImapClient::UndeleteMessage | ( | int32_t | sequenceNumber | ) |
Marks a message with the specified sequence number as not deleted
sequenceNumber | The sequence number of the message |
void Aspose::Email::Clients::Imap::ImapClient::UndeleteMessage | ( | int32_t | sequenceNumber, |
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as not deleted
sequenceNumber | The sequence number of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::UndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Marks a message with the specified sequence number as not deleted
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
void Aspose::Email::Clients::Imap::ImapClient::UndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as not deleted
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::UndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
uniqueId | The unique Id of the message |
void Aspose::Email::Clients::Imap::ImapClient::UndeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as not deleted.
connection | Connection to a server |
uniqueId | The unique Id of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::UndeleteMessage | ( | System::String | uniqueId | ) |
Marks a message with the specified sequence number as not deleted.
uniqueId | The unique Id of the message |
void Aspose::Email::Clients::Imap::ImapClient::UndeleteMessage | ( | System::String | uniqueId, |
int64_t | modificationSequence | ||
) |
Marks a message with the specified sequence number as not deleted.
uniqueId | The unique Id of the message |
modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
void Aspose::Email::Clients::Imap::ImapClient::UnselectFolder | ( | ) |
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder.
void Aspose::Email::Clients::Imap::ImapClient::UnselectFolder | ( | bool | doNotExpunge | ) |
Unselects folder which are currently selected. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
doNotExpunge | Specifies whether messages marked as deleted should be removed. |
void Aspose::Email::Clients::Imap::ImapClient::UnselectFolder | ( | System::SharedPtr< IConnection > | connection | ) |
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder.
connection | Connection to a server |
void Aspose::Email::Clients::Imap::ImapClient::UnselectFolder | ( | System::SharedPtr< IConnection > | connection, |
bool | doNotExpunge | ||
) |
Unselects folder which are currently selected. if doNotExpunge property is true, all messages are marked as deleted are removed, otherwise deletion canceled. Please note, this operation works only in case if server supports RFC3691 See more https://tools.ietf.org/html/rfc3691
connection | Connection to a server |
doNotExpunge | Specifies whether messages marked as deleted should be removed. |
void Aspose::Email::Clients::Imap::ImapClient::UnsubscribeFolder | ( | System::SharedPtr< IConnection > | connection, |
System::String | folderName | ||
) |
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes
connection | Connection to a server |
folderName | Name of the folder |
void Aspose::Email::Clients::Imap::ImapClient::UnsubscribeFolder | ( | System::String | folderName | ) |
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes
folderName | Name of the folder |
|
overridevirtual |
Executes credentials validation
Implements Aspose::Email::Clients::EmailClient.
bool Aspose::Email::Clients::Imap::ImapClient::ValidateCredentials | ( | System::SharedPtr< IConnection > | connection | ) |
Executes credentials validation
connection | Connection to a server |
|
friend |
|
friend |