BeginUndeleteMessage

BeginUndeleteMessage (1 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(int32_t sequenceNumber)
ParameterDescription
sequenceNumberThe sequence number of message

BeginUndeleteMessage (2 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(int32_t sequenceNumber, int64_t modificationSequence)
ParameterDescription
sequenceNumberThe sequence number of message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

BeginUndeleteMessage (3 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
sequenceNumberThe sequence number of message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginUndeleteMessage (4 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceNumberThe sequence number of message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginUndeleteMessage (5 of 24)

Marks a message with the specified sequence number as not deleted.

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

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

BeginUndeleteMessage (6 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(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.

BeginUndeleteMessage (7 of 24)

Marks a message with the specified sequence number as not deleted.

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

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

BeginUndeleteMessage (8 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

BeginUndeleteMessage (9 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginUndeleteMessage (10 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginUndeleteMessage (11 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(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.

BeginUndeleteMessage (12 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(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.

BeginUndeleteMessage (13 of 24)

Marks a message with the specified sequence number as not deleted.

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

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

BeginUndeleteMessage (14 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

BeginUndeleteMessage (15 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginUndeleteMessage (16 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginUndeleteMessage (17 of 24)

Marks a message with the specified sequence number as not deleted.

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

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

BeginUndeleteMessage (18 of 24)

Marks a message with the specified sequence number as not deleted.

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

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

BeginUndeleteMessage (19 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(System::String uniqueId)
ParameterDescription
uniqueIdThe unique Id of the message

BeginUndeleteMessage (20 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(System::String uniqueId, int64_t modificationSequence)
ParameterDescription
uniqueIdThe unique Id of the message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

BeginUndeleteMessage (21 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
uniqueIdThe unique Id of the message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginUndeleteMessage (22 of 24)

Marks a message with the specified sequence number as not deleted.

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

BeginUndeleteMessage(System::String uniqueId, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uniqueIdThe unique Id of the message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginUndeleteMessage (23 of 24)

Marks a message with the specified sequence number as not deleted.

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

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

BeginUndeleteMessage (24 of 24)

Marks a message with the specified sequence number as not deleted.

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

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