BeginGetMessageInfo
BeginGetMessageInfo (1 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(int32_t sequenceNumber)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
BeginGetMessageInfo (2 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(int32_t sequenceNumber, Pop3ListFields fields)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
| fields | The fields that we want get |
BeginGetMessageInfo (3 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(int32_t sequenceNumber, Pop3ListFields fields, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (4 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(int32_t sequenceNumber, Pop3ListFields fields, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (5 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(int32_t sequenceNumber, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginGetMessageInfo (6 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginGetMessageInfo (7 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, int32_t sequenceNumber)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
BeginGetMessageInfo (8 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, Pop3ListFields fields)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
| fields | The fields that we want get |
BeginGetMessageInfo (9 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, Pop3ListFields fields, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (10 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, Pop3ListFields fields, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (11 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (12 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (13 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, System::String uniqueId)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique id of the message |
BeginGetMessageInfo (14 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, System::String uniqueId, Pop3ListFields fields)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique id of the message |
| fields | The fields that we want get |
BeginGetMessageInfo (15 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, System::String uniqueId, Pop3ListFields fields, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (16 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, System::String uniqueId, Pop3ListFields fields, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (17 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, System::String uniqueId, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (18 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::SharedPtr < IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (19 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::String uniqueId)
| Parameter | Description |
|---|---|
| uniqueId | The unique id of the message |
BeginGetMessageInfo (20 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::String uniqueId, Pop3ListFields fields)
| Parameter | Description |
|---|---|
| uniqueId | The unique id of the message |
| fields | The fields that we want get |
BeginGetMessageInfo (21 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::String uniqueId, Pop3ListFields fields, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (22 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::String uniqueId, Pop3ListFields fields, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| 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. |
BeginGetMessageInfo (23 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::String uniqueId, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| uniqueId | The unique id of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginGetMessageInfo (24 of 24)
Begins to get the information for that message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginGetMessageInfo(System::String uniqueId, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| uniqueId | The unique id of the message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |