ImapClient.UndeleteMessage
Contents
[
Hide
]UndeleteMessage(IConnection, int)
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
UndeleteMessage(IConnection, string)
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
UndeleteMessage(int)
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
UndeleteMessage(string)
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
UndeleteMessage(IConnection, int, long)
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
UndeleteMessage(IConnection, string, long)
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
UndeleteMessage(int, long)
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
UndeleteMessage(string, long)
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