BeginListMessages

BeginListMessages (1 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages()

BeginListMessages (2 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::AsyncCallback callback)
ParameterDescription
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListMessages (3 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListMessages (4 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection)
ParameterDescription
connectionConnection to a server

BeginListMessages (5 of 25)

Begins ListMessage operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, Pop3ListFields fields, bool closeTransaction, System::SharedPtr < Tools::Search::MailQuery > query, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
fieldsThe fields that we want get
closeTransactionIndicates if current transaction has to be closed, before the list is retrieved.
queryThe MailQuery object.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListMessages (6 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListMessages (7 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListMessages (8 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst)
ParameterDescription
connectionConnection to a server
sequenceNumberLstsequenceNumber list for Pop3MessageInfo to retrieve from a server.

BeginListMessages (9 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceNumberLstsequenceNumber list for Pop3MessageInfo to retrieve from a server.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListMessages (10 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceNumberLstsequenceNumber list for Pop3MessageInfo to retrieve from a server.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListMessages (11 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst)
ParameterDescription
connectionConnection to a server
uniqueIdLstUniqueId list for Pop3MessageInfo to retrieve from a server.

BeginListMessages (12 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uniqueIdLstUniqueId list for Pop3MessageInfo to retrieve from a server.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListMessages (13 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uniqueIdLstUniqueId list for Pop3MessageInfo to retrieve from a server.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListMessages (14 of 25)

Begins ListMessage operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < Tools::Search::MailQuery > query)
ParameterDescription
connectionConnection to a server
queryMailQuery that represents search query.

BeginListMessages (15 of 25)

Begins ListMessage operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < Tools::Search::MailQuery > query, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
queryThe MailQuery object.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListMessages (16 of 25)

Begins ListMessage operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < Tools::Search::MailQuery > query, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
queryThe MailQuery object.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListMessages (17 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst)
ParameterDescription
sequenceNumberLstsequenceNumber list for Pop3MessageInfo to retrieve from a server.

BeginListMessages (18 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst, System::AsyncCallback callback)
ParameterDescription
sequenceNumberLstsequenceNumber list for Pop3MessageInfo to retrieve from a server.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListMessages (19 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceNumberLst, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceNumberLstsequenceNumber list for Pop3MessageInfo to retrieve from a server.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListMessages (20 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst)
ParameterDescription
uniqueIdLstUniqueId list for Pop3MessageInfo to retrieve from a server.

BeginListMessages (21 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst, System::AsyncCallback callback)
ParameterDescription
uniqueIdLstUniqueId list for Pop3MessageInfo to retrieve from a server.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListMessages (22 of 25)

Begins ListMessages operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uniqueIdLst, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uniqueIdLstUniqueId list for Pop3MessageInfo to retrieve from a server.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginListMessages (23 of 25)

Begins ListMessage operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < Tools::Search::MailQuery > query)
ParameterDescription
queryMailQuery that represents search query.

BeginListMessages (24 of 25)

Begins ListMessage operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < Tools::Search::MailQuery > query, System::AsyncCallback callback)
ParameterDescription
queryThe MailQuery object.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginListMessages (25 of 25)

Begins ListMessage operation asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginListMessages(System::SharedPtr < Tools::Search::MailQuery > query, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
queryThe MailQuery object.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.