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)
| Parameter | Description |
|---|---|
| sequenceNumber | The 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)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| modificationSequence | Modification 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)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References 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)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| callback | References 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)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| modificationSequence | Modification 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| callback | References 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| modificationSequence | Modification 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| 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. |
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)
| 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. |
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)
| Parameter | Description |
|---|---|
| uniqueId | The 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)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| modificationSequence | Modification 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)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References 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)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| callback | References 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)
| 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. |