ImapClientRemoveMessageFlags Method (IConnection, IEnumerableImapMessageInfo, 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,
IEnumerable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence
)
Public Sub RemoveMessageFlags (
connection As IConnection,
messageInfoSet As IEnumerable(Of ImapMessageInfo),
flags As ImapMessageFlags,
modificationSequence As Long
)
public:
void RemoveMessageFlags(
IConnection^ connection,
IEnumerable<ImapMessageInfo^>^ messageInfoSet,
ImapMessageFlags^ flags,
long long modificationSequence
)
member RemoveMessageFlags :
connection : IConnection *
messageInfoSet : IEnumerable<ImapMessageInfo> *
flags : ImapMessageFlags *
modificationSequence : int64 -> unit
Parameters
- connection
- Type: Aspose.Email.ClientsIConnection
Connection to a server - messageInfoSet
- Type: System.Collections.GenericIEnumerableImapMessageInfo
The set of ImapMessageInfo - flags
- Type: Aspose.Email.Clients.ImapImapMessageFlags
The flags to be changed - modificationSequence
- Type: SystemInt64
Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162
See Also