Allows applications to access and manipulate messages by using the Post Office Protocol Version 3 (POP3). More...
Inherits Aspose::Email::Clients::EmailClient.
Public Member Functions | |
System::SharedPtr< Pop3ConnectionPool > | get_Pool () |
Gets connection pool for the client More... | |
int32_t | get_DefaultPort () override |
Gets default port for client More... | |
Pop3KnownAuthenticationType | get_AllowedAuthentication () |
Gets enumeration of allowed by user authentication types More... | |
void | set_AllowedAuthentication (Pop3KnownAuthenticationType value) |
Sets enumeration of allowed by user authentication types More... | |
Pop3KnownAuthenticationType | get_SupportedAuthentication () |
Gets enumeration of supported by server authentication types More... | |
Pop3Client () | |
Initializes a new instance of the Pop3Client class More... | |
Pop3Client (System::String host) | |
Initializes a new instance of the Pop3Client class More... | |
Pop3Client (System::String host, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the Pop3Client class More... | |
Pop3Client (System::String host, int32_t port) | |
Initializes a new instance of the Pop3Client class More... | |
Pop3Client (System::String host, int32_t port, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the Pop3Client class More... | |
Pop3Client (System::String host, System::String username, System::String password) | |
Initializes a new instance of the Pop3Client class More... | |
Pop3Client (System::String host, System::String username, System::String password, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the Pop3Client class More... | |
Pop3Client (System::String host, int32_t port, System::String username, System::String password) | |
Initializes a new instance of the Pop3Client class More... | |
Pop3Client (System::String host, int32_t port, System::String username, System::String password, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the Pop3Client class More... | |
Pop3Client (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 Pop3Client class More... | |
Pop3Client (System::String host, int32_t port, System::String username, System::SharedPtr< ITokenProvider > tokenProvider, Aspose::Email::Clients::SecurityOptions securityOptions) | |
Initializes a new instance of the Pop3Client class More... | |
Pop3Client (System::String host, int32_t port, System::String username, System::String password, System::Net::Security::RemoteCertificateValidationCallback userCertificateValidationCallback) | |
Initializes a new instance of the Pop3Client class More... | |
Pop3Client (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 Pop3Client class 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 () |
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... | |
void | EndCommitDeletes (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
void | CommitDeletes (int32_t sleep) |
Commit the deletions More... | |
void | CommitDeletes (System::SharedPtr< IConnection > connection) |
Commit the deletions More... | |
void | CommitDeletes () |
Commit the deletions More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Begins DeleteMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback) |
Begins DeleteMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins DeleteMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Begins DeleteMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback) |
Begins DeleteMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins DeleteMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (int32_t sequenceNumber) |
Begins DeleteMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (int32_t sequenceNumber, System::AsyncCallback callback) |
Begins DeleteMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins DeleteMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId) |
Begins DeleteMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, System::AsyncCallback callback) |
Begins DeleteMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessage (System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins DeleteMessage operation asynchronously More... | |
void | EndDeleteMessage (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
void | DeleteMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Deletes the message More... | |
void | DeleteMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Deletes the message More... | |
void | DeleteMessage (int32_t sequenceNumber) |
Deletes the message More... | |
void | DeleteMessage (System::String uniqueId) |
Deletes the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection) |
Begins delete all messages asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins delete all messages asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins delete all messages asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages () |
Begins delete all messages asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::AsyncCallback callback) |
Begins delete all messages asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginDeleteMessages (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins delete all messages asynchronously More... | |
void | EndDeleteMessages (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
void | DeleteMessages (System::SharedPtr< IConnection > connection) |
Deletes all messages More... | |
void | DeleteMessages () |
Deletes all messages More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (int32_t sequenceNumber) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (int32_t sequenceNumber, System::AsyncCallback callback) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::String uniqueId) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::String uniqueId, System::AsyncCallback callback) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginFetchMessage (System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins FetchMessage operation asynchronously More... | |
System::SharedPtr< MailMessage > | EndFetchMessage (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
System::SharedPtr< MailMessage > | FetchMessage (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Fetches the message More... | |
System::SharedPtr< MailMessage > | FetchMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Fetches the message More... | |
System::SharedPtr< MailMessage > | FetchMessage (System::String uniqueId) |
Fetches the message More... | |
System::SharedPtr< MailMessage > | FetchMessage (int32_t sequenceNumber) |
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 > | BeginGetMailboxInfo (System::SharedPtr< IConnection > connection) |
Begins to get the mailbox status info More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxInfo (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins to get the mailbox status info More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxInfo (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the mailbox status info More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxInfo (System::SharedPtr< IConnection > connection, bool closeTransaction, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the mailbox status info More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxInfo () |
Begins to get the mailbox status info More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxInfo (System::AsyncCallback callback) |
Begins to get the mailbox status info More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxInfo (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the mailbox status info More... | |
System::SharedPtr< Pop3MailboxInfo > | EndGetMailboxInfo (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
System::SharedPtr< Pop3MailboxInfo > | GetMailboxInfo (System::SharedPtr< IConnection > connection) |
Gets the mailbox status info More... | |
System::SharedPtr< Pop3MailboxInfo > | GetMailboxInfo (System::SharedPtr< IConnection > connection, bool closeTransaction) |
Gets the mailbox status info More... | |
System::SharedPtr< Pop3MailboxInfo > | GetMailboxInfo (bool closeTransaction) |
Gets the mailbox status info More... | |
System::SharedPtr< Pop3MailboxInfo > | GetMailboxInfo () |
Gets the mailbox status info More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxSize (System::SharedPtr< IConnection > connection) |
Begins GetMailboxSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxSize (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins GetMailboxSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxSize (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins GetMailboxSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxSize () |
Begins GetMailboxSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxSize (System::AsyncCallback callback) |
Begins GetMailboxSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMailboxSize (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins GetMailboxSize operation asynchronously More... | |
int64_t | EndGetMailboxSize (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
int64_t | GetMailboxSize (System::SharedPtr< IConnection > connection) |
Gets the size of the mailbox More... | |
int64_t | GetMailboxSize () |
Gets the size of the mailbox More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount (System::SharedPtr< IConnection > connection) |
Begins GetMessageCount operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins GetMessageCount operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins GetMessageCount operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount (System::SharedPtr< IConnection > connection, bool closeTransaction) |
Begins GetMessageCount operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount (System::SharedPtr< IConnection > connection, bool closeTransaction, System::AsyncCallback callback) |
Begins GetMessageCount operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount (System::SharedPtr< IConnection > connection, bool closeTransaction, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins GetMessageCount operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount () |
Begins GetMessageCount operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount (System::AsyncCallback callback) |
Begins GetMessageCount operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins GetMessageCount operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount (bool closeTransaction) |
Begins GetMessageCount operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount (bool closeTransaction, System::AsyncCallback callback) |
Begins GetMessageCount operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageCount (bool closeTransaction, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins GetMessageCount operation asynchronously More... | |
int32_t | EndGetMessageCount (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
int32_t | GetMessageCount (System::SharedPtr< IConnection > connection) |
Gets the message count More... | |
int32_t | GetMessageCount (System::SharedPtr< IConnection > connection, bool closeTransaction) |
Gets the message count More... | |
int32_t | GetMessageCount () |
Gets the message count More... | |
int32_t | GetMessageCount (bool closeTransaction) |
Gets the message count More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Begins getting message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback) |
Begins getting message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (int32_t sequenceNumber) |
Begins getting message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (int32_t sequenceNumber, System::AsyncCallback callback) |
Begins getting message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Begins getting message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback) |
Begins getting message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (System::String uniqueId) |
Begins getting message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (System::String uniqueId, System::AsyncCallback callback) |
Begins getting message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageHeaders (System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins getting message headers More... | |
System::SharedPtr< Aspose::Email::Mime::HeaderCollection > | EndGetMessageHeaders (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
System::SharedPtr< Aspose::Email::Mime::HeaderCollection > | GetMessageHeaders (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Gets the message headers More... | |
System::SharedPtr< Aspose::Email::Mime::HeaderCollection > | GetMessageHeaders (int32_t sequenceNumber) |
Gets the message headers More... | |
System::SharedPtr< Aspose::Email::Mime::HeaderCollection > | GetMessageHeaders (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Gets the message headers More... | |
System::SharedPtr< Aspose::Email::Mime::HeaderCollection > | GetMessageHeaders (System::String uniqueId) |
Gets the message headers More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Begins GetMessageSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback) |
Begins GetMessageSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins GetMessageSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (int32_t sequenceNumber) |
Begins GetMessageSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (int32_t sequenceNumber, System::AsyncCallback callback) |
Begins GetMessageSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins GetMessageSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Begins GetMessageSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback) |
Begins GetMessageSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins GetMessageSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (System::String uniqueId) |
Begins GetMessageSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (System::String uniqueId, System::AsyncCallback callback) |
Begins GetMessageSize operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageSize (System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins GetMessageSize operation asynchronously More... | |
int64_t | EndGetMessageSize (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
int64_t | GetMessageSize (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Gets the size of the message More... | |
int64_t | GetMessageSize (System::String uniqueId) |
Gets the size of the message More... | |
int64_t | GetMessageSize (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Gets the size of the message More... | |
int64_t | GetMessageSize (int32_t sequenceNumber) |
Gets the size of the message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageUniqueId (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Begins to get the message unique id More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageUniqueId (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback) |
Begins to get the message unique id More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageUniqueId (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the message unique id More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageUniqueId (int32_t sequenceNumber) |
Begins to get the message unique id More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageUniqueId (int32_t sequenceNumber, System::AsyncCallback callback) |
Begins to get the message unique id More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageUniqueId (int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the message unique id More... | |
System::String | EndGetMessageUniqueId (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
System::String | GetMessageUniqueId (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Gets the message unique id More... | |
System::String | GetMessageUniqueId (int32_t sequenceNumber) |
Gets the message unique id More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, Pop3ListFields fields) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, Pop3ListFields fields, System::AsyncCallback callback) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, Pop3ListFields fields, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (int32_t sequenceNumber, Pop3ListFields fields) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (int32_t sequenceNumber, Pop3ListFields fields, System::AsyncCallback callback) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (int32_t sequenceNumber, Pop3ListFields fields, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (int32_t sequenceNumber) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (int32_t sequenceNumber, System::AsyncCallback callback) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, System::String uniqueId, Pop3ListFields fields) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, System::String uniqueId, Pop3ListFields fields, System::AsyncCallback callback) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, System::String uniqueId, Pop3ListFields fields, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::SharedPtr< IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::String uniqueId, Pop3ListFields fields) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::String uniqueId, Pop3ListFields fields, System::AsyncCallback callback) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::String uniqueId, Pop3ListFields fields, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::String uniqueId) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::String uniqueId, System::AsyncCallback callback) |
Begins to get the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginGetMessageInfo (System::String uniqueId, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins to get the information for that message More... | |
System::SharedPtr< Pop3MessageInfo > | EndGetMessageInfo (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
System::SharedPtr< Pop3MessageInfo > | GetMessageInfo (System::SharedPtr< IConnection > connection, System::String uniqueId, Pop3ListFields fields) |
Gets the information for that message More... | |
System::SharedPtr< Pop3MessageInfo > | GetMessageInfo (System::SharedPtr< IConnection > connection, System::String uniqueId) |
Gets the information for that message More... | |
System::SharedPtr< Pop3MessageInfo > | GetMessageInfo (System::String uniqueId) |
Gets the information for that message More... | |
System::SharedPtr< Pop3MessageInfo > | GetMessageInfo (System::String uniqueId, Pop3ListFields fields) |
Gets the information for that message More... | |
System::SharedPtr< Pop3MessageInfo > | GetMessageInfo (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, Pop3ListFields fields) |
Gets the information for that message More... | |
System::SharedPtr< Pop3MessageInfo > | GetMessageInfo (System::SharedPtr< IConnection > connection, int32_t sequenceNumber) |
Gets the information for that message More... | |
System::SharedPtr< Pop3MessageInfo > | GetMessageInfo (int32_t sequenceNumber) |
Gets the information for that message More... | |
System::SharedPtr< Pop3MessageInfo > | GetMessageInfo (int32_t sequenceNumber, Pop3ListFields fields) |
Gets the information for that message More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst, System::AsyncCallback callback) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (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< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst, System::AsyncCallback callback) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (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::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, 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::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::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, 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::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, Pop3ListFields fields, bool closeTransaction, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins ListMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query) |
Begins ListMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, System::AsyncCallback callback) |
Begins ListMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins ListMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages () |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::AsyncCallback callback) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins ListMessages operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query) |
Begins ListMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, System::AsyncCallback callback) |
Begins ListMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginListMessages (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins ListMessage operation asynchronously More... | |
System::SharedPtr< Pop3MessageInfoCollection > | EndListMessages (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, bool closeTransaction) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query) |
Lists the messages. More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, Pop3ListFields fields) |
Lists the messages. More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (System::SharedPtr< IConnection > connection, Pop3ListFields fields, bool closeTransaction, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query) |
Lists the messages. More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages () |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (bool closeTransaction) |
Lists the messages. Gets an information for earch message More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query) |
Lists the messages. More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (Pop3ListFields fields) |
Lists the messages. More... | |
System::SharedPtr< Pop3MessageInfoCollection > | ListMessages (Pop3ListFields fields, bool closeTransaction, System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > query) |
Lists the messages. More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberList) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberList, System::AsyncCallback callback) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberList, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberList) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberList, System::AsyncCallback callback) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberList, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> messageInfoList) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> messageInfoList, System::AsyncCallback callback) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> messageInfoList, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> messageInfoList) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> messageInfoList, System::AsyncCallback callback) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginLoadMessageInfoList (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> messageInfoList, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins load list of Pop3MessageInfo asynchronously More... | |
System::SharedPtr< Pop3MessageInfoCollection > | EndLoadMessageInfoList (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
System::SharedPtr< Pop3MessageInfoCollection > | LoadMessageInfoList (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberList) |
Loads list of Pop3MessageInfo More... | |
System::SharedPtr< Pop3MessageInfoCollection > | LoadMessageInfoList (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberList) |
Loads list of Pop3MessageInfo More... | |
System::SharedPtr< Pop3MessageInfoCollection > | LoadMessageInfoList (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> messageInfoList) |
Loads list of Pop3MessageInfo More... | |
System::SharedPtr< Pop3MessageInfoCollection > | LoadMessageInfoList (System::SharedPtr< IConnection > connection, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> messageInfoList) |
Loads list of Pop3MessageInfo More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop (System::SharedPtr< IConnection > connection) |
Begins 'No operation' command. More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins 'No operation' command. More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins 'No operation' command. More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop () |
Begins 'No operation' command. More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop (System::AsyncCallback callback) |
Begins 'No operation' command. More... | |
System::SharedPtr< System::IAsyncResult > | BeginNoop (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins 'No operation' command. More... | |
void | EndNoop (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the 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 > | BeginSaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > outputStream) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > outputStream, 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 > outputStream, 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::SharedPtr< System::IO::Stream > outputStream) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::SharedPtr< System::IO::Stream > outputStream, 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 > outputStream, 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 > outputStream) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > outputStream, System::AsyncCallback callback) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > outputStream, 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 > outputStream) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::String uniqueId, System::SharedPtr< System::IO::Stream > outputStream, System::AsyncCallback callback) |
Begins SaveMessage operation asynchronously More... | |
System::SharedPtr< System::IAsyncResult > | BeginSaveMessage (System::String uniqueId, System::SharedPtr< System::IO::Stream > outputStream, 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, System::String uniqueId, System::SharedPtr< System::IO::Stream > outputStream) |
Fetches and save the message as a stream More... | |
void | SaveMessage (System::SharedPtr< IConnection > connection, System::String uniqueId, System::String fileName) |
Fetches and save the message into a file More... | |
void | SaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > outputStream) |
Fetches and save the message as a stream More... | |
void | SaveMessage (System::SharedPtr< IConnection > connection, int32_t sequenceNumber, System::String fileName) |
Fetches and save the message into a file More... | |
void | SaveMessage (System::String uniqueId, System::SharedPtr< System::IO::Stream > outputStream) |
Fetches and save the message as a stream More... | |
void | SaveMessage (System::String uniqueId, System::String fileName) |
Fetches and save the message into a file More... | |
void | SaveMessage (int32_t sequenceNumber, System::SharedPtr< System::IO::Stream > outputStream) |
Fetches and save the message as a stream More... | |
void | SaveMessage (int32_t sequenceNumber, System::String fileName) |
Fetches and save the message into a file More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessages (System::SharedPtr< IConnection > connection) |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessages (System::SharedPtr< IConnection > connection, System::AsyncCallback callback) |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessages (System::SharedPtr< IConnection > connection, System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessages () |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessages (System::AsyncCallback callback) |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. More... | |
System::SharedPtr< System::IAsyncResult > | BeginUndeleteMessages (System::AsyncCallback callback, System::SharedPtr< System::Object > state) |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. More... | |
void | EndUndeleteMessages (System::SharedPtr< System::IAsyncResult > asyncResult) |
Waits for the asynchronous operation to complete. More... | |
void | UndeleteMessages (System::SharedPtr< IConnection > connection) |
Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. More... | |
void | UndeleteMessages () |
Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. 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... | |
Protected Member Functions | |
virtual | ~Pop3Client () |
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 () |
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 Post Office Protocol Version 3 (POP3).
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | ) |
Initializes a new instance of the Pop3Client class
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | System::String | host | ) |
Initializes a new instance of the Pop3Client class
host | The host name |
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | System::String | host, |
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the Pop3Client class
host | The host name |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | System::String | host, |
int32_t | port | ||
) |
Initializes a new instance of the Pop3Client class
host | The host name |
port | The port number |
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | System::String | host, |
int32_t | port, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the Pop3Client class
host | The host name |
port | The port number |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | System::String | host, |
System::String | username, | ||
System::String | password | ||
) |
Initializes a new instance of the Pop3Client class
host | The host name |
username | The username |
password | The password |
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | System::String | host, |
System::String | username, | ||
System::String | password, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the Pop3Client class
host | The host name |
username | The username |
password | The password |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::String | password | ||
) |
Initializes a new instance of the Pop3Client class
host | The host name |
port | The port number |
username | The username |
password | The password |
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::String | password, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the Pop3Client class
host | The host name |
port | The port number |
username | The username |
password | The password |
securityOptions | Security mode for a mail client |
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | 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 Pop3Client 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::Pop3::Pop3Client::Pop3Client | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::SharedPtr< ITokenProvider > | tokenProvider, | ||
Aspose::Email::Clients::SecurityOptions | securityOptions | ||
) |
Initializes a new instance of the Pop3Client 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 |
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | System::String | host, |
int32_t | port, | ||
System::String | username, | ||
System::String | password, | ||
System::Net::Security::RemoteCertificateValidationCallback | userCertificateValidationCallback | ||
) |
Initializes a new instance of the Pop3Client class
host | The host name |
port | The port number |
username | The username |
password | The password |
userCertificateValidationCallback | System.Net.Security.RemoteCertificateValidationCallback |
Aspose::Email::Clients::Pop3::Pop3Client::Pop3Client | ( | 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 Pop3Client class
host | The host name |
port | The port number |
username | The username |
password | The password |
userCertificateValidationCallback | System.Net.Security.RemoteCertificateValidationCallback |
securityOptions | Security mode for a mail client |
|
protectedvirtual |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginCommitDeletes | ( | ) |
Begins to commit the deletions.
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::BeginCommitDeletes | ( | System::SharedPtr< IConnection > | connection | ) |
Begins to commit the deletions.
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::BeginDeleteMessage | ( | int32_t | sequenceNumber | ) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginDeleteMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback | ||
) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginDeleteMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback | ||
) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
connection | Connection to a server |
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
connection | Connection to a server |
uniqueId | The unique id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback | ||
) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
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::Pop3::Pop3Client::BeginDeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
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::Pop3::Pop3Client::BeginDeleteMessage | ( | System::String | uniqueId | ) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
uniqueId | The unique id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginDeleteMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback | ||
) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
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::Pop3::Pop3Client::BeginDeleteMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins DeleteMessage operation asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
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::Pop3::Pop3Client::BeginDeleteMessages | ( | ) |
Begins delete all messages asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginDeleteMessages | ( | System::AsyncCallback | callback | ) |
Begins delete all messages asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginDeleteMessages | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins delete all messages asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection | ) |
Begins delete all messages asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins delete all messages asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
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::Pop3::Pop3Client::BeginDeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins delete all messages asynchronously
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
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::Pop3::Pop3Client::BeginFetchMessage | ( | int32_t | sequenceNumber | ) |
Begins FetchMessage operation asynchronously
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginFetchMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback | ||
) |
Begins FetchMessage operation asynchronously
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginFetchMessage | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins FetchMessage operation asynchronously
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Begins FetchMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback | ||
) |
Begins FetchMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins FetchMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Begins FetchMessage operation asynchronously
connection | Connection to a server |
uniqueId | The unique id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback | ||
) |
Begins FetchMessage operation asynchronously
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::Pop3::Pop3Client::BeginFetchMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins FetchMessage operation asynchronously
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::Pop3::Pop3Client::BeginFetchMessage | ( | System::String | uniqueId | ) |
Begins FetchMessage operation asynchronously
uniqueId | The unique id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginFetchMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback | ||
) |
Begins FetchMessage operation asynchronously
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::Pop3::Pop3Client::BeginFetchMessage | ( | System::String | uniqueId, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins FetchMessage operation asynchronously
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::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::BeginFetchMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumbers | ) |
Begins FetchMessages operation asynchronously
sequenceNumbers |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::BeginGetMailboxInfo | ( | ) |
Begins to get the mailbox status info
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMailboxInfo | ( | System::AsyncCallback | callback | ) |
Begins to get the mailbox status info
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMailboxInfo | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the mailbox status info
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMailboxInfo | ( | System::SharedPtr< IConnection > | connection | ) |
Begins to get the mailbox status info
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMailboxInfo | ( | System::SharedPtr< IConnection > | connection, |
bool | closeTransaction, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the mailbox status info
connection | Connection to a server |
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMailboxInfo | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins to get the mailbox status info
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::Pop3::Pop3Client::BeginGetMailboxInfo | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the mailbox status info
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::Pop3::Pop3Client::BeginGetMailboxSize | ( | ) |
Begins GetMailboxSize operation asynchronously
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMailboxSize | ( | System::AsyncCallback | callback | ) |
Begins GetMailboxSize operation asynchronously
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMailboxSize | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins GetMailboxSize operation asynchronously
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMailboxSize | ( | System::SharedPtr< IConnection > | connection | ) |
Begins GetMailboxSize operation asynchronously
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMailboxSize | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins GetMailboxSize operation 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::Pop3::Pop3Client::BeginGetMailboxSize | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins GetMailboxSize operation 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::Pop3::Pop3Client::BeginGetMessageCount | ( | ) |
Begins GetMessageCount operation asynchronously
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageCount | ( | bool | closeTransaction | ) |
Begins GetMessageCount operation asynchronously
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageCount | ( | bool | closeTransaction, |
System::AsyncCallback | callback | ||
) |
Begins GetMessageCount operation asynchronously
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageCount | ( | bool | closeTransaction, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins GetMessageCount operation asynchronously
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageCount | ( | System::AsyncCallback | callback | ) |
Begins GetMessageCount operation asynchronously
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageCount | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins GetMessageCount operation asynchronously
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageCount | ( | System::SharedPtr< IConnection > | connection | ) |
Begins GetMessageCount operation asynchronously
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageCount | ( | System::SharedPtr< IConnection > | connection, |
bool | closeTransaction | ||
) |
Begins GetMessageCount operation asynchronously
connection | Connection to a server |
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageCount | ( | System::SharedPtr< IConnection > | connection, |
bool | closeTransaction, | ||
System::AsyncCallback | callback | ||
) |
Begins GetMessageCount operation asynchronously
connection | Connection to a server |
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageCount | ( | System::SharedPtr< IConnection > | connection, |
bool | closeTransaction, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins GetMessageCount operation asynchronously
connection | Connection to a server |
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageCount | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins GetMessageCount operation 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::Pop3::Pop3Client::BeginGetMessageCount | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins GetMessageCount operation 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::Pop3::Pop3Client::BeginGetMessageHeaders | ( | int32_t | sequenceNumber | ) |
Begins getting message headers
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageHeaders | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback | ||
) |
Begins getting message headers
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageHeaders | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting message headers
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginGetMessageHeaders | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Begins getting message headers
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageHeaders | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback | ||
) |
Begins getting message headers
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageHeaders | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting message headers
connection | Connection to a server |
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginGetMessageHeaders | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Begins getting message headers
connection | Connection to a server |
uniqueId | The unique id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageHeaders | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback | ||
) |
Begins getting message headers
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::Pop3::Pop3Client::BeginGetMessageHeaders | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting message headers
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::Pop3::Pop3Client::BeginGetMessageHeaders | ( | System::String | uniqueId | ) |
Begins getting message headers
uniqueId | The unique id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageHeaders | ( | System::String | uniqueId, |
System::AsyncCallback | callback | ||
) |
Begins getting message headers
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::Pop3::Pop3Client::BeginGetMessageHeaders | ( | System::String | uniqueId, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins getting message headers
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::Pop3::Pop3Client::BeginGetMessageInfo | ( | int32_t | sequenceNumber | ) |
Begins to get the information for that message
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | int32_t | sequenceNumber, |
Pop3ListFields | fields | ||
) |
Begins to get the information for that message
sequenceNumber | The sequence number of the message |
fields | The fields that we want get |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | int32_t | sequenceNumber, |
Pop3ListFields | fields, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the information for that message
sequenceNumber | The sequence number of the message |
fields | The fields that we want get |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | int32_t | sequenceNumber, |
Pop3ListFields | fields, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the information for that message
sequenceNumber | The sequence number of the message |
fields | The fields that we want get |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback | ||
) |
Begins to get the information for that message
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the information for that message
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Begins to get the information for that message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
Pop3ListFields | fields | ||
) |
Begins to get the information for that message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
fields | The fields that we want get |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
Pop3ListFields | fields, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the information for that message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
fields | The fields that we want get |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
Pop3ListFields | fields, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the information for that message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
fields | The fields that we want get |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the information for that message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the information for that message
connection | Connection to a server |
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Begins to get the information for that message
connection | Connection to a server |
uniqueId | The unique id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
Pop3ListFields | fields | ||
) |
Begins to get the information for that message
connection | Connection to a server |
uniqueId | The unique id of the message |
fields | The fields that we want get |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
Pop3ListFields | fields, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the information for that message
connection | Connection to a server |
uniqueId | The unique id of the message |
fields | The fields that we want get |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
Pop3ListFields | fields, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the information for that message
connection | Connection to a server |
uniqueId | The unique id of the message |
fields | The fields that we want get |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the information for that 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::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the information for that 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::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::String | uniqueId | ) |
Begins to get the information for that message
uniqueId | The unique id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::String | uniqueId, |
Pop3ListFields | fields | ||
) |
Begins to get the information for that message
uniqueId | The unique id of the message |
fields | The fields that we want get |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::String | uniqueId, |
Pop3ListFields | fields, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the information for that message
uniqueId | The unique id of the message |
fields | The fields that we want get |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::String | uniqueId, |
Pop3ListFields | fields, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the information for that message
uniqueId | The unique id of the message |
fields | The fields that we want get |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::String | uniqueId, |
System::AsyncCallback | callback | ||
) |
Begins to get the information for that 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::Pop3::Pop3Client::BeginGetMessageInfo | ( | System::String | uniqueId, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the information for that 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::Pop3::Pop3Client::BeginGetMessageSize | ( | int32_t | sequenceNumber | ) |
Begins GetMessageSize operation asynchronously
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageSize | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback | ||
) |
Begins GetMessageSize operation asynchronously
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageSize | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins GetMessageSize operation asynchronously
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginGetMessageSize | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Begins GetMessageSize operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageSize | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback | ||
) |
Begins GetMessageSize operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageSize | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins GetMessageSize operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginGetMessageSize | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Begins GetMessageSize operation asynchronously
connection | Connection to a server |
uniqueId | The unique id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageSize | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback | ||
) |
Begins GetMessageSize operation asynchronously
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::Pop3::Pop3Client::BeginGetMessageSize | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins GetMessageSize operation asynchronously
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::Pop3::Pop3Client::BeginGetMessageSize | ( | System::String | uniqueId | ) |
Begins GetMessageSize operation asynchronously
uniqueId | The unique id of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageSize | ( | System::String | uniqueId, |
System::AsyncCallback | callback | ||
) |
Begins GetMessageSize operation asynchronously
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::Pop3::Pop3Client::BeginGetMessageSize | ( | System::String | uniqueId, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins GetMessageSize operation asynchronously
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::Pop3::Pop3Client::BeginGetMessageUniqueId | ( | int32_t | sequenceNumber | ) |
Begins to get the message unique id
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageUniqueId | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback | ||
) |
Begins to get the message unique id
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageUniqueId | ( | int32_t | sequenceNumber, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the message unique id
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginGetMessageUniqueId | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Begins to get the message unique id
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageUniqueId | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback | ||
) |
Begins to get the message unique id
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginGetMessageUniqueId | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins to get the message unique id
connection | Connection to a server |
sequenceNumber | The sequence number 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::Pop3::Pop3Client::BeginListMessages | ( | ) |
Begins ListMessages operation asynchronously
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::AsyncCallback | callback | ) |
Begins ListMessages operation asynchronously
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessages operation asynchronously
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query | ) |
Begins ListMessage operation asynchronously
query | MailQuery that represents search query. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, |
System::AsyncCallback | callback | ||
) |
Begins ListMessage operation asynchronously
query | The MailQuery object. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessage operation asynchronously
query | The MailQuery object. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection | ) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
Pop3ListFields | fields, | ||
bool | closeTransaction, | ||
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessage operation asynchronously
connection | Connection to a server |
fields | The fields that we want get |
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
query | The MailQuery object. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins ListMessages operation 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::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessages operation 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::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query | ||
) |
Begins ListMessage operation asynchronously
connection | Connection to a server |
query | MailQuery that represents search query. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, | ||
System::AsyncCallback | callback | ||
) |
Begins ListMessage operation asynchronously
connection | Connection to a server |
query | The MailQuery object. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessage operation asynchronously
connection | Connection to a server |
query | The MailQuery object. |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
sequenceNumberLst | sequenceNumber list for Pop3MessageInfo to retrieve from a server. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst, | ||
System::AsyncCallback | callback | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
sequenceNumberLst | sequenceNumber list for Pop3MessageInfo 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::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
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 |
sequenceNumberLst | sequenceNumber list for Pop3MessageInfo 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::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
uniqueIdLst | UniqueId list for Pop3MessageInfo to retrieve from a server. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst, | ||
System::AsyncCallback | callback | ||
) |
Begins ListMessages operation asynchronously
connection | Connection to a server |
uniqueIdLst | UniqueId list for Pop3MessageInfo 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::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< IConnection > | connection, |
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 |
uniqueIdLst | UniqueId list for Pop3MessageInfo 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::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst | ) |
Begins ListMessages operation asynchronously
sequenceNumberLst | sequenceNumber list for Pop3MessageInfo to retrieve from a server. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst, |
System::AsyncCallback | callback | ||
) |
Begins ListMessages operation asynchronously
sequenceNumberLst | sequenceNumber list for Pop3MessageInfo 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::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessages operation asynchronously
sequenceNumberLst | sequenceNumber list for Pop3MessageInfo 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::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst | ) |
Begins ListMessages operation asynchronously
uniqueIdLst | UniqueId list for Pop3MessageInfo to retrieve from a server. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst, |
System::AsyncCallback | callback | ||
) |
Begins ListMessages operation asynchronously
uniqueIdLst | UniqueId list for Pop3MessageInfo 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::Pop3::Pop3Client::BeginListMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins ListMessages operation asynchronously
uniqueIdLst | UniqueId list for Pop3MessageInfo 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::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberList | ||
) |
Begins load list of Pop3MessageInfo asynchronously
connection | Connection to a server |
sequenceNumberList | The sequence numbers list of messages |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberList, | ||
System::AsyncCallback | callback | ||
) |
Begins load list of Pop3MessageInfo asynchronously
connection | Connection to a server |
sequenceNumberList | The sequence numbers list of messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberList, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins load list of Pop3MessageInfo asynchronously
connection | Connection to a server |
sequenceNumberList | The sequence numbers list 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::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> | messageInfoList | ||
) |
Begins load list of Pop3MessageInfo asynchronously
connection | Connection to a server |
messageInfoList | Message info list to load |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> | messageInfoList, | ||
System::AsyncCallback | callback | ||
) |
Begins load list of Pop3MessageInfo asynchronously
connection | Connection to a server |
messageInfoList | Message info list to load |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> | messageInfoList, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins load list of Pop3MessageInfo asynchronously
connection | Connection to a server |
messageInfoList | Message info list to load |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberList | ) |
Begins load list of Pop3MessageInfo asynchronously
sequenceNumberList | The sequence numbers list of messages |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberList, |
System::AsyncCallback | callback | ||
) |
Begins load list of Pop3MessageInfo asynchronously
sequenceNumberList | The sequence numbers list of messages |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberList, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins load list of Pop3MessageInfo asynchronously
sequenceNumberList | The sequence numbers list 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::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> | messageInfoList | ) |
Begins load list of Pop3MessageInfo asynchronously
messageInfoList | Message info list to load |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> | messageInfoList, |
System::AsyncCallback | callback | ||
) |
Begins load list of Pop3MessageInfo asynchronously
messageInfoList | Message info list to load |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginLoadMessageInfoList | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> | messageInfoList, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins load list of Pop3MessageInfo asynchronously
messageInfoList | Message info list to load |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginNoop | ( | ) |
Begins 'No operation' command.
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginNoop | ( | System::AsyncCallback | callback | ) |
Begins 'No operation' command.
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginNoop | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins '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::Pop3::Pop3Client::BeginNoop | ( | System::SharedPtr< IConnection > | connection | ) |
Begins 'No operation' command.
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginNoop | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins '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::Pop3::Pop3Client::BeginNoop | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins '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::Pop3::Pop3Client::BeginSaveMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::IO::Stream > | outputStream | ||
) |
Begins SaveMessage operation asynchronously
sequenceNumber | The sequence number of the message |
outputStream | Stream where message will be saved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginSaveMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::IO::Stream > | outputStream, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
sequenceNumber | The sequence number of the message |
outputStream | Stream where message will be saved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginSaveMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::IO::Stream > | outputStream, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
sequenceNumber | The sequence number of the message |
outputStream | Stream where message will be saved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::IO::Stream > | outputStream | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
outputStream | Stream where message will be saved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::IO::Stream > | outputStream, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
outputStream | Stream where message will be saved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::IO::Stream > | outputStream, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
outputStream | Stream where message will be saved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::IO::Stream > | outputStream | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
uniqueId | The unique Id of the message |
outputStream | Stream where message will be saved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::IO::Stream > | outputStream, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
uniqueId | The unique Id of the message |
outputStream | Stream where message will be saved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginSaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::IO::Stream > | outputStream, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
connection | Connection to a server |
uniqueId | The unique Id of the message |
outputStream | Stream where message will be saved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginSaveMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::IO::Stream > | outputStream | ||
) |
Begins SaveMessage operation asynchronously
uniqueId | The unique Id of the message |
outputStream | Stream where message will be saved |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginSaveMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::IO::Stream > | outputStream, | ||
System::AsyncCallback | callback | ||
) |
Begins SaveMessage operation asynchronously
uniqueId | The unique Id of the message |
outputStream | Stream where message will be saved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginSaveMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::IO::Stream > | outputStream, | ||
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins SaveMessage operation asynchronously
uniqueId | The unique Id of the message |
outputStream | Stream where message will be saved |
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginUndeleteMessages | ( | ) |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginUndeleteMessages | ( | System::AsyncCallback | callback | ) |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
callback | References a method to be called when a corresponding asynchronous operation completes. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginUndeleteMessages | ( | System::AsyncCallback | callback, |
System::SharedPtr< System::Object > | state | ||
) |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
callback | References a method to be called when a corresponding asynchronous operation completes. |
state | The state. |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginUndeleteMessages | ( | System::SharedPtr< IConnection > | connection | ) |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::BeginUndeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback | ||
) |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
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::Pop3::Pop3Client::BeginUndeleteMessages | ( | System::SharedPtr< IConnection > | connection, |
System::AsyncCallback | callback, | ||
System::SharedPtr< System::Object > | state | ||
) |
Begins undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
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::Pop3::Pop3Client::BeginValidateCredentials | ( | ) |
Begins to execute credentials validation
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::BeginValidateCredentials | ( | System::SharedPtr< IConnection > | connection | ) |
Begins to execute credentials validation
connection | Connection to a server |
System::SharedPtr<System::IAsyncResult> Aspose::Email::Clients::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::CommitDeletes | ( | ) |
Commit the deletions
void Aspose::Email::Clients::Pop3::Pop3Client::CommitDeletes | ( | int32_t | sleep | ) |
Commit the deletions
sleep | Timeout in milliseconds |
void Aspose::Email::Clients::Pop3::Pop3Client::CommitDeletes | ( | System::SharedPtr< IConnection > | connection | ) |
Commit the deletions
connection | Connection to a server |
void Aspose::Email::Clients::Pop3::Pop3Client::DeleteMessage | ( | int32_t | sequenceNumber | ) |
Deletes the message
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
sequenceNumber | The sequence number of the message |
void Aspose::Email::Clients::Pop3::Pop3Client::DeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Deletes the message
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
void Aspose::Email::Clients::Pop3::Pop3Client::DeleteMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Deletes the message
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
connection | Connection to a server |
uniqueId | The unique id of the message |
void Aspose::Email::Clients::Pop3::Pop3Client::DeleteMessage | ( | System::String | uniqueId | ) |
Deletes the message
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
uniqueId | The unique id of the message |
void Aspose::Email::Clients::Pop3::Pop3Client::DeleteMessages | ( | ) |
Deletes all messages
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
void Aspose::Email::Clients::Pop3::Pop3Client::DeleteMessages | ( | System::SharedPtr< IConnection > | connection | ) |
Deletes all messages
The POP3 server marks the message as deleted. The POP3 server does not actually delete the message until the POP3 session enters the UPDATE state.
connection | Connection to a server |
void Aspose::Email::Clients::Pop3::Pop3Client::EndCommitDeletes | ( | 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::Pop3::Pop3Client::EndDeleteMessage | ( | 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::Pop3::Pop3Client::EndDeleteMessages | ( | 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::Pop3::Pop3Client::EndFetchMessage | ( | 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<System::Collections::Generic::IList<System::SharedPtr<MailMessage> > > Aspose::Email::Clients::Pop3::Pop3Client::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<Pop3MailboxInfo> Aspose::Email::Clients::Pop3::Pop3Client::EndGetMailboxInfo | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
int64_t Aspose::Email::Clients::Pop3::Pop3Client::EndGetMailboxSize | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
int32_t Aspose::Email::Clients::Pop3::Pop3Client::EndGetMessageCount | ( | 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<Aspose::Email::Mime::HeaderCollection> Aspose::Email::Clients::Pop3::Pop3Client::EndGetMessageHeaders | ( | 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<Pop3MessageInfo> Aspose::Email::Clients::Pop3::Pop3Client::EndGetMessageInfo | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
int64_t Aspose::Email::Clients::Pop3::Pop3Client::EndGetMessageSize | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
System::String Aspose::Email::Clients::Pop3::Pop3Client::EndGetMessageUniqueId | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous operation to complete.
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::EndListMessages | ( | 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<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::EndLoadMessageInfoList | ( | 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::Pop3::Pop3Client::EndNoop | ( | 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::Pop3::Pop3Client::EndSaveMessage | ( | 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::Pop3::Pop3Client::EndUndeleteMessages | ( | System::SharedPtr< System::IAsyncResult > | asyncResult | ) |
Waits for the asynchronous operation to complete.
asyncResult | The reference to the pending asynchronous request to wait for. |
bool Aspose::Email::Clients::Pop3::Pop3Client::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. |
System::SharedPtr<MailMessage> Aspose::Email::Clients::Pop3::Pop3Client::FetchMessage | ( | int32_t | sequenceNumber | ) |
Fetches the message
sequenceNumber | The sequence number of the message |
System::SharedPtr<MailMessage> Aspose::Email::Clients::Pop3::Pop3Client::FetchMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Fetches the message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
System::SharedPtr<MailMessage> Aspose::Email::Clients::Pop3::Pop3Client::FetchMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Fetches the message
connection | Connection to a server |
uniqueId | The unique id of the message |
System::SharedPtr<MailMessage> Aspose::Email::Clients::Pop3::Pop3Client::FetchMessage | ( | System::String | uniqueId | ) |
Fetches the message
uniqueId | The unique id of the message |
System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<MailMessage> > > Aspose::Email::Clients::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::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::Pop3::Pop3Client::FetchMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uids | ) |
Fetches the messages
uids | The sequence numbers of the messages |
Pop3KnownAuthenticationType Aspose::Email::Clients::Pop3::Pop3Client::get_AllowedAuthentication | ( | ) |
Gets enumeration of allowed by user authentication types
|
overridevirtual |
Gets default port for client
Reimplemented from Aspose::Email::Clients::EmailClient.
System::SharedPtr<Pop3ConnectionPool> Aspose::Email::Clients::Pop3::Pop3Client::get_Pool | ( | ) |
Gets connection pool for the client
Pop3KnownAuthenticationType Aspose::Email::Clients::Pop3::Pop3Client::get_SupportedAuthentication | ( | ) |
Gets enumeration of supported by server authentication types
System::SharedPtr<Pop3MailboxInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMailboxInfo | ( | ) |
Gets the mailbox status info
System::SharedPtr<Pop3MailboxInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMailboxInfo | ( | bool | closeTransaction | ) |
Gets the mailbox status info
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
System::SharedPtr<Pop3MailboxInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMailboxInfo | ( | System::SharedPtr< IConnection > | connection | ) |
Gets the mailbox status info
connection | Connection to a server |
System::SharedPtr<Pop3MailboxInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMailboxInfo | ( | System::SharedPtr< IConnection > | connection, |
bool | closeTransaction | ||
) |
Gets the mailbox status info
connection | Connection to a server |
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
int64_t Aspose::Email::Clients::Pop3::Pop3Client::GetMailboxSize | ( | ) |
Gets the size of the mailbox
int64_t Aspose::Email::Clients::Pop3::Pop3Client::GetMailboxSize | ( | System::SharedPtr< IConnection > | connection | ) |
Gets the size of the mailbox
connection | Connection to a server |
int32_t Aspose::Email::Clients::Pop3::Pop3Client::GetMessageCount | ( | ) |
Gets the message count
int32_t Aspose::Email::Clients::Pop3::Pop3Client::GetMessageCount | ( | bool | closeTransaction | ) |
Gets the message count
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
int32_t Aspose::Email::Clients::Pop3::Pop3Client::GetMessageCount | ( | System::SharedPtr< IConnection > | connection | ) |
Gets the message count
connection | Connection to a server |
int32_t Aspose::Email::Clients::Pop3::Pop3Client::GetMessageCount | ( | System::SharedPtr< IConnection > | connection, |
bool | closeTransaction | ||
) |
Gets the message count
connection | Connection to a server |
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
System::SharedPtr<Aspose::Email::Mime::HeaderCollection> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageHeaders | ( | int32_t | sequenceNumber | ) |
Gets the message headers
sequenceNumber | The sequence number of the message |
System::SharedPtr<Aspose::Email::Mime::HeaderCollection> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageHeaders | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Gets the message headers
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
System::SharedPtr<Aspose::Email::Mime::HeaderCollection> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageHeaders | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Gets the message headers
connection | Connection to a server |
uniqueId | The unique id of the message |
System::SharedPtr<Aspose::Email::Mime::HeaderCollection> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageHeaders | ( | System::String | uniqueId | ) |
Gets the message headers
uniqueId | The unique id of the message |
System::SharedPtr<Pop3MessageInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageInfo | ( | int32_t | sequenceNumber | ) |
Gets the information for that message
sequenceNumber | The sequence number of the message |
System::SharedPtr<Pop3MessageInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageInfo | ( | int32_t | sequenceNumber, |
Pop3ListFields | fields | ||
) |
Gets the information for that message
sequenceNumber | The sequence number of the message |
fields | The fields that we want get |
System::SharedPtr<Pop3MessageInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Gets the information for that message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
System::SharedPtr<Pop3MessageInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
Pop3ListFields | fields | ||
) |
Gets the information for that message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
fields | The fields that we want get |
System::SharedPtr<Pop3MessageInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Gets the information for that message
connection | Connection to a server |
uniqueId | The unique id of the message |
System::SharedPtr<Pop3MessageInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageInfo | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
Pop3ListFields | fields | ||
) |
Gets the information for that message
connection | Connection to a server |
uniqueId | The unique id of the message |
fields | The fields that we want get |
System::SharedPtr<Pop3MessageInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageInfo | ( | System::String | uniqueId | ) |
Gets the information for that message
uniqueId | The unique id of the message |
System::SharedPtr<Pop3MessageInfo> Aspose::Email::Clients::Pop3::Pop3Client::GetMessageInfo | ( | System::String | uniqueId, |
Pop3ListFields | fields | ||
) |
Gets the information for that message
uniqueId | The unique id of the message |
fields | The fields that we want get |
int64_t Aspose::Email::Clients::Pop3::Pop3Client::GetMessageSize | ( | int32_t | sequenceNumber | ) |
Gets the size of the message
sequenceNumber | The sequence number of the message |
int64_t Aspose::Email::Clients::Pop3::Pop3Client::GetMessageSize | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Gets the size of the message
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
int64_t Aspose::Email::Clients::Pop3::Pop3Client::GetMessageSize | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId | ||
) |
Gets the size of the message
connection | Connection to a server |
uniqueId | The unique id of the message |
int64_t Aspose::Email::Clients::Pop3::Pop3Client::GetMessageSize | ( | System::String | uniqueId | ) |
Gets the size of the message
uniqueId | The unique id of the message |
System::String Aspose::Email::Clients::Pop3::Pop3Client::GetMessageUniqueId | ( | int32_t | sequenceNumber | ) |
Gets the message unique id
sequenceNumber | The sequence number of the message |
System::String Aspose::Email::Clients::Pop3::Pop3Client::GetMessageUniqueId | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber | ||
) |
Gets the message unique id
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | ) |
Lists the messages. Gets an information for earch message
Note that messages marked as deleted are not listed
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | bool | closeTransaction | ) |
Lists the messages. Gets an information for earch message
Note that messages marked as deleted are not listed
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | Pop3ListFields | fields | ) |
Lists the messages.
fields | The fields that we want get |
Note that messages marked as deleted are not listed
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | Pop3ListFields | fields, |
bool | closeTransaction, | ||
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query | ||
) |
Lists the messages.
fields | The fields that we want get |
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
query | The MailQuery object. |
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query | ) |
Lists the messages.
query | The MailQuery object. |
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | System::SharedPtr< IConnection > | connection | ) |
Lists the messages. Gets an information for earch message
connection | Connection to a server |
Note that messages marked as deleted are not listed
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
bool | closeTransaction | ||
) |
Lists the messages. Gets an information for earch message
Note that messages marked as deleted are not listed
connection | Connection to a server |
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
Pop3ListFields | fields | ||
) |
Lists the messages.
connection | Connection to a server |
fields | The fields that we want get |
Note that messages marked as deleted are not listed
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
Pop3ListFields | fields, | ||
bool | closeTransaction, | ||
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query | ||
) |
Lists the messages.
connection | Connection to a server |
fields | The fields that we want get |
closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
query | The MailQuery object. |
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | query | ||
) |
Lists the messages.
connection | Connection to a server |
query | The MailQuery object. |
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst | ||
) |
Lists the messages. Gets an information for earch message
connection | Connection to a server |
sequenceNumberLst | sequenceNumber list for Pop3MessageInfo to retrieve from a server. |
Note that messages marked as deleted are not listed
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst | ||
) |
Lists the messages. Gets an information for earch message
connection | Connection to a server |
uniqueIdLst | UniqueId list for Pop3MessageInfo to retrieve from a server. |
Note that messages marked as deleted are not listed
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberLst | ) |
Lists the messages. Gets an information for earch message
sequenceNumberLst | sequenceNumber list for Pop3MessageInfo to retrieve from a server. |
Note that messages marked as deleted are not listed
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::ListMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIdLst | ) |
Lists the messages. Gets an information for earch message
uniqueIdLst | UniqueId list for Pop3MessageInfo to retrieve from a server. |
Note that messages marked as deleted are not listed
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::LoadMessageInfoList | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberList | ||
) |
Loads list of Pop3MessageInfo
connection | Connection to a server |
sequenceNumberList | The sequence numbers list of messages |
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::LoadMessageInfoList | ( | System::SharedPtr< IConnection > | connection, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> | messageInfoList | ||
) |
Loads list of Pop3MessageInfo
connection | Connection to a server |
messageInfoList | Message info list |
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::LoadMessageInfoList | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> | sequenceNumberList | ) |
Loads list of Pop3MessageInfo
sequenceNumberList | The sequence numbers list of messages |
System::SharedPtr<Pop3MessageInfoCollection> Aspose::Email::Clients::Pop3::Pop3Client::LoadMessageInfoList | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Pop3MessageInfo >>> | messageInfoList | ) |
Loads list of Pop3MessageInfo
messageInfoList | Message info list |
|
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.
void Aspose::Email::Clients::Pop3::Pop3Client::SaveMessage | ( | int32_t | sequenceNumber, |
System::SharedPtr< System::IO::Stream > | outputStream | ||
) |
Fetches and save the message as a stream
sequenceNumber | The sequence number of the message |
outputStream | Stream where message will be saved |
void Aspose::Email::Clients::Pop3::Pop3Client::SaveMessage | ( | int32_t | sequenceNumber, |
System::String | fileName | ||
) |
Fetches and save the message into a file
sequenceNumber | The sequence number of the message |
fileName | File name for message |
void Aspose::Email::Clients::Pop3::Pop3Client::SaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::SharedPtr< System::IO::Stream > | outputStream | ||
) |
Fetches and save the message as a stream
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
outputStream | Stream where message will be saved |
void Aspose::Email::Clients::Pop3::Pop3Client::SaveMessage | ( | System::SharedPtr< IConnection > | connection, |
int32_t | sequenceNumber, | ||
System::String | fileName | ||
) |
Fetches and save the message into a file
connection | Connection to a server |
sequenceNumber | The sequence number of the message |
fileName | File name for message |
void Aspose::Email::Clients::Pop3::Pop3Client::SaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::SharedPtr< System::IO::Stream > | outputStream | ||
) |
Fetches and save the message as a stream
connection | Connection to a server |
uniqueId | The unique Id of the message |
outputStream | Stream where message will be saved |
void Aspose::Email::Clients::Pop3::Pop3Client::SaveMessage | ( | System::SharedPtr< IConnection > | connection, |
System::String | uniqueId, | ||
System::String | fileName | ||
) |
Fetches and save the message into a file
connection | Connection to a server |
uniqueId | The unique Id of the message |
fileName | File name for message |
void Aspose::Email::Clients::Pop3::Pop3Client::SaveMessage | ( | System::String | uniqueId, |
System::SharedPtr< System::IO::Stream > | outputStream | ||
) |
Fetches and save the message as a stream
uniqueId | The unique Id of the message |
outputStream | Stream where message will be saved |
void Aspose::Email::Clients::Pop3::Pop3Client::SaveMessage | ( | System::String | uniqueId, |
System::String | fileName | ||
) |
Fetches and save the message into a file
uniqueId | The unique Id of the message |
fileName | File name for message |
void Aspose::Email::Clients::Pop3::Pop3Client::set_AllowedAuthentication | ( | Pop3KnownAuthenticationType | value | ) |
Sets enumeration of allowed by user authentication types
void Aspose::Email::Clients::Pop3::Pop3Client::UndeleteMessages | ( | ) |
Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
void Aspose::Email::Clients::Pop3::Pop3Client::UndeleteMessages | ( | System::SharedPtr< IConnection > | connection | ) |
Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.
connection | Connection to a server |
|
overridevirtual |
Executes credentials validation
Implements Aspose::Email::Clients::EmailClient.
bool Aspose::Email::Clients::Pop3::Pop3Client::ValidateCredentials | ( | System::SharedPtr< IConnection > | connection | ) |
Executes credentials validation
connection | Connection to a server |