ImapClientDeleteMessage Method |
Name | Description | |
---|---|---|
![]() | DeleteMessage(Int32) |
Marks a message with the specified sequence number as deleted
|
![]() | DeleteMessage(String) |
Marks a message with the specified sequence number as deleted
|
![]() | DeleteMessage(Int32, Int64) |
Marks a message with the specified sequence number as deleted
|
![]() | DeleteMessage(String, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
|
![]() | DeleteMessage(String, Int64) |
Marks a message with the specified unique identifier as deleted
|
![]() | DeleteMessage(IConnection, Int32) |
Marks a message with the specified sequence number as deleted
|
![]() | DeleteMessage(IConnection, String) |
Marks a message with the specified sequence number as deleted
|
![]() | DeleteMessage(String, Int64, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
|
![]() | DeleteMessage(IConnection, Int32, Int64) |
Marks a message with the specified sequence number as deleted
|
![]() | DeleteMessage(IConnection, String, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
|
![]() | DeleteMessage(IConnection, String, Int64) |
Marks a message with the specified unique identifier as deleted
|
![]() | DeleteMessage(IConnection, String, Int64, Boolean) |
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315
|