UndeleteMessage
Contents
[
Hide
]
ImapClient.UndeleteMessage method (1 of 8)
Marks a message with the specified sequence number as not deleted
public void UndeleteMessage(IConnection connection, int sequenceNumber)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.UndeleteMessage method (2 of 8)
Marks a message with the specified sequence number as not deleted.
public void UndeleteMessage(IConnection connection, string uniqueId)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The unique Id of the message |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.UndeleteMessage method (3 of 8)
Marks a message with the specified sequence number as not deleted
public void UndeleteMessage(int sequenceNumber)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.UndeleteMessage method (4 of 8)
Marks a message with the specified sequence number as not deleted.
public void UndeleteMessage(string uniqueId)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The unique Id of the message |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.UndeleteMessage method (5 of 8)
Marks a message with the specified sequence number as not deleted
public void UndeleteMessage(IConnection connection, int sequenceNumber, long modificationSequence)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.UndeleteMessage method (6 of 8)
Marks a message with the specified sequence number as not deleted.
public void UndeleteMessage(IConnection connection, string uniqueId, long modificationSequence)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The unique Id of the message |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.UndeleteMessage method (7 of 8)
Marks a message with the specified sequence number as not deleted
public void UndeleteMessage(int sequenceNumber, long modificationSequence)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.UndeleteMessage method (8 of 8)
Marks a message with the specified sequence number as not deleted.
public void UndeleteMessage(string uniqueId, long modificationSequence)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The unique Id of the message |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email