ImapClientRemoveMessageFlags Method (IConnection, String, ImapMessageFlags, Int64) |
Removes the flags of the message
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic void RemoveMessageFlags(
IConnection connection,
string uniqueId,
ImapMessageFlags flags,
long modificationSequence
)
Public Sub RemoveMessageFlags (
connection As IConnection,
uniqueId As String,
flags As ImapMessageFlags,
modificationSequence As Long
)
public:
void RemoveMessageFlags(
IConnection^ connection,
String^ uniqueId,
ImapMessageFlags^ flags,
long long modificationSequence
)
member RemoveMessageFlags :
connection : IConnection *
uniqueId : string *
flags : ImapMessageFlags *
modificationSequence : int64 -> unit
Parameters
- connection
- Type: Aspose.Email.ClientsIConnection
Connection to a server - uniqueId
- Type: SystemString
Unique identifier of a message - flags
- Type: Aspose.Email.Clients.ImapImapMessageFlags
The flags to be added - modificationSequence
- Type: SystemInt64
Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162
See Also