ImapClientRemoveMessageFlags Method (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(
string uniqueId,
ImapMessageFlags flags,
long modificationSequence
)
Public Sub RemoveMessageFlags (
uniqueId As String,
flags As ImapMessageFlags,
modificationSequence As Long
)
public:
void RemoveMessageFlags(
String^ uniqueId,
ImapMessageFlags^ flags,
long long modificationSequence
)
member RemoveMessageFlags :
uniqueId : string *
flags : ImapMessageFlags *
modificationSequence : int64 -> unit
Parameters
- 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