BeginFetchMessage

BeginFetchMessage (1 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(int32_t sequenceNumber)
ParameterDescription
sequenceNumberThe sequence number of message

BeginFetchMessage (2 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(int32_t sequenceNumber, bool ignoreAttachment)
ParameterDescription
sequenceNumberThe sequence number of message
ignoreAttachmentA value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded

BeginFetchMessage (3 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(int32_t sequenceNumber, bool ignoreAttachment, System::AsyncCallback callback)
ParameterDescription
sequenceNumberThe sequence number of message
ignoreAttachmentA value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginFetchMessage (4 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(int32_t sequenceNumber, bool ignoreAttachment, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceNumberThe sequence number of message
ignoreAttachmentA value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginFetchMessage (5 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(int32_t sequenceNumber, System::AsyncCallback callback)
ParameterDescription
sequenceNumberThe sequence number of message
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginFetchMessage (6 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceNumberThe sequence number of message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginFetchMessage (7 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message

BeginFetchMessage (8 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, bool ignoreAttachment)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
ignoreAttachmentA value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded

BeginFetchMessage (9 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, bool ignoreAttachment, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
ignoreAttachmentA value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginFetchMessage (10 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, bool ignoreAttachment, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
ignoreAttachmentA value that defines whether the attachments should not be loaded. If it is set to true , then only message headers, message body and attachment information are fetched. Attachment content is not loaded
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginFetchMessage (11 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginFetchMessage (12 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginFetchMessage (13 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::SharedPtr < IConnection > connection, System::String uniqueId)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique id of message

BeginFetchMessage (14 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique id of message
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginFetchMessage (15 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique id of message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginFetchMessage (16 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::String uniqueId)
ParameterDescription
uniqueIdThe unique id of message

BeginFetchMessage (17 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::String uniqueId, System::AsyncCallback callback)
ParameterDescription
uniqueIdThe unique id of message
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginFetchMessage (18 of 18)

Begins an asynchronous message fetching.

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

BeginFetchMessage(System::String uniqueId, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uniqueIdThe unique id of message
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.