ImapClient.RemoveMessageFlagsAsync
RemoveMessageFlagsAsync(IConnection, int, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, int sequenceNumber,
ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
flags | ImapMessageFlags | The flags to be added |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, string, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, string uniqueId, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | Unique identifier of a message |
flags | ImapMessageFlags | The flags to be added |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(int, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(int sequenceNumber, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
flags | ImapMessageFlags | The flags to be added |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(string, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(string uniqueId, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
uniqueId | String | Unique identifier of a message |
flags | ImapMessageFlags | The flags to be added |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, int, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, int sequenceNumber,
ImapMessageFlags flags, long modificationSequence)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
flags | ImapMessageFlags | The flags to be added |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, string, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, string uniqueId,
ImapMessageFlags flags, long modificationSequence)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | Unique identifier of a message |
flags | ImapMessageFlags | The flags to be added |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(int, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(int sequenceNumber, ImapMessageFlags flags,
long modificationSequence)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
flags | ImapMessageFlags | The flags to be added |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(string, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(string uniqueId, ImapMessageFlags flags,
long modificationSequence)
Parameter | Type | Description |
---|---|---|
uniqueId | String | Unique identifier of a message |
flags | ImapMessageFlags | The flags to be added |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(string, string, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(string startUid, string endUid, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
flags | ImapMessageFlags | The flags to be changed |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(int, int, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(int startSequence, int endSequence, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
startSequence | Int32 | The starting sequence number of a message list |
endSequence | Int32 | The ending sequence number of a message list |
flags | ImapMessageFlags | The flags to be removed |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, string, string, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, string startUid, string endUid,
ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
flags | ImapMessageFlags | The flags to be changed |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, int, int, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, int startSequence, int endSequence,
ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
startSequence | Int32 | The starting sequence number of a message list |
endSequence | Int32 | The ending sequence number of a message list |
flags | ImapMessageFlags | The flags to be removed |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(string, string, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(string startUid, string endUid, ImapMessageFlags flags,
long modificationSequence)
Parameter | Type | Description |
---|---|---|
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(int, int, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(int startSequence, int endSequence, ImapMessageFlags flags,
long modificationSequence)
Parameter | Type | Description |
---|---|---|
startSequence | Int32 | The starting sequence number of a message list |
endSequence | Int32 | The ending sequence number of a message list |
flags | ImapMessageFlags | The flags to be removed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, string, string, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, string startUid, string endUid,
ImapMessageFlags flags, long modificationSequence)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, int, int, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, int startSequence, int endSequence,
ImapMessageFlags flags, long modificationSequence)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
startSequence | Int32 | The starting sequence number of a message list |
endSequence | Int32 | The ending sequence number of a message list |
flags | ImapMessageFlags | The flags to be removed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<string>, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<string> uidSet, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
uidSet | IEnumerable`1 | The set of UID for messages |
flags | ImapMessageFlags | The flags to be changed |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<int>, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<int> sequenceSet, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
flags | ImapMessageFlags | The flags to be removed |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<string>, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, IEnumerable<string> uidSet,
ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uidSet | IEnumerable`1 | The set of UID for messages |
flags | ImapMessageFlags | The flags to be changed |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<int>, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, IEnumerable<int> sequenceSet,
ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
flags | ImapMessageFlags | The flags to be removed |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<string>, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<string> uidSet, ImapMessageFlags flags,
long modificationSequence)
Parameter | Type | Description |
---|---|---|
uidSet | IEnumerable`1 | The set of UID for messages |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
Exceptions
exception | condition |
---|---|
ArgumentException | UidSet should not be null or empty. |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<int>, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<int> sequenceSet, ImapMessageFlags flags,
long modificationSequence)
Parameter | Type | Description |
---|---|---|
sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
flags | ImapMessageFlags | The flags to be removed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
Exceptions
exception | condition |
---|---|
ArgumentException | SequenceSet should not be null or empty. |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<string>, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, IEnumerable<string> uidSet,
ImapMessageFlags flags, long modificationSequence)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uidSet | IEnumerable`1 | The set of set of UID for messages |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
Exceptions
exception | condition |
---|---|
ArgumentException | UidSet should not be null or empty. |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<int>, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, IEnumerable<int> sequenceSet,
ImapMessageFlags flags, long modificationSequence)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
flags | ImapMessageFlags | The flags to be removed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
Exceptions
exception | condition |
---|---|
ArgumentException | SequenceSet should not be null or empty. |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<ImapMessageInfo>, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
flags | ImapMessageFlags | The flags to be changed |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<ImapMessageInfo>, ImapMessageFlags)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection,
IEnumerable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
flags | ImapMessageFlags | The flags to be changed |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<ImapMessageInfo>, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags, long modificationSequence)
Parameter | Type | Description |
---|---|---|
messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<ImapMessageInfo>, ImapMessageFlags, long)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection,
IEnumerable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, int, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, int sequenceNumber,
ImapMessageFlags flags, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
flags | ImapMessageFlags | The flags to be added |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, string, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, string uniqueId,
ImapMessageFlags flags, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | Unique identifier of a message |
flags | ImapMessageFlags | The flags to be added |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(int, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(int sequenceNumber, ImapMessageFlags flags,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
flags | ImapMessageFlags | The flags to be added |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(string, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(string uniqueId, ImapMessageFlags flags,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
uniqueId | String | Unique identifier of a message |
flags | ImapMessageFlags | The flags to be added |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, int, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, int sequenceNumber,
ImapMessageFlags flags, long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
flags | ImapMessageFlags | The flags to be added |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, string, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, string uniqueId,
ImapMessageFlags flags, long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | Unique identifier of a message |
flags | ImapMessageFlags | The flags to be added |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(int, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(int sequenceNumber, ImapMessageFlags flags,
long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
flags | ImapMessageFlags | The flags to be added |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(string, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(string uniqueId, ImapMessageFlags flags,
long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
uniqueId | String | Unique identifier of a message |
flags | ImapMessageFlags | The flags to be added |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(string, string, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(string startUid, string endUid, ImapMessageFlags flags,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
flags | ImapMessageFlags | The flags to be changed |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(int, int, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(int startSequence, int endSequence, ImapMessageFlags flags,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
startSequence | Int32 | The starting sequence number of a message list |
endSequence | Int32 | The ending sequence number of a message list |
flags | ImapMessageFlags | The flags to be removed |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, string, string, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, string startUid, string endUid,
ImapMessageFlags flags, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
flags | ImapMessageFlags | The flags to be changed |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, int, int, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, int startSequence, int endSequence,
ImapMessageFlags flags, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
startSequence | Int32 | The starting sequence number of a message list |
endSequence | Int32 | The ending sequence number of a message list |
flags | ImapMessageFlags | The flags to be removed |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(string, string, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(string startUid, string endUid, ImapMessageFlags flags,
long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(int, int, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(int startSequence, int endSequence, ImapMessageFlags flags,
long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
startSequence | Int32 | The starting sequence number of a message list |
endSequence | Int32 | The ending sequence number of a message list |
flags | ImapMessageFlags | The flags to be removed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, string, string, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, string startUid, string endUid,
ImapMessageFlags flags, long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
startUid | String | The starting UID of a message list |
endUid | String | The ending UID of a message list |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, int, int, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, int startSequence, int endSequence,
ImapMessageFlags flags, long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
startSequence | Int32 | The starting sequence number of a message list |
endSequence | Int32 | The ending sequence number of a message list |
flags | ImapMessageFlags | The flags to be removed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<string>, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<string> uidSet, ImapMessageFlags flags,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
uidSet | IEnumerable`1 | The set of UID for messages |
flags | ImapMessageFlags | The flags to be changed |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<int>, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<int> sequenceSet, ImapMessageFlags flags,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
flags | ImapMessageFlags | The flags to be removed |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<string>, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, IEnumerable<string> uidSet,
ImapMessageFlags flags, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uidSet | IEnumerable`1 | The set of UID for messages |
flags | ImapMessageFlags | The flags to be changed |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<int>, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, IEnumerable<int> sequenceSet,
ImapMessageFlags flags, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
flags | ImapMessageFlags | The flags to be removed |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<string>, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<string> uidSet, ImapMessageFlags flags,
long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
uidSet | IEnumerable`1 | The set of UID for messages |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<int>, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<int> sequenceSet, ImapMessageFlags flags,
long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
flags | ImapMessageFlags | The flags to be removed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<string>, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, IEnumerable<string> uidSet,
ImapMessageFlags flags, long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uidSet | IEnumerable`1 | The set of set of UID for messages |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<int>, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection, IEnumerable<int> sequenceSet,
ImapMessageFlags flags, long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceSet | IEnumerable`1 | The set of sequence numbers for messages |
flags | ImapMessageFlags | The flags to be removed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<ImapMessageInfo>, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags, CancellationToken token)
Parameter | Type | Description |
---|---|---|
messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
flags | ImapMessageFlags | The flags to be changed |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<ImapMessageInfo>, ImapMessageFlags, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection,
IEnumerable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
flags | ImapMessageFlags | The flags to be changed |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IEnumerable<ImapMessageInfo>, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IEnumerable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags, long modificationSequence, CancellationToken token)
Parameter | Type | Description |
---|---|---|
messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
RemoveMessageFlagsAsync(IConnection, IEnumerable<ImapMessageInfo>, ImapMessageFlags, long, CancellationToken)
Removes the flags of the message
public Task RemoveMessageFlagsAsync(IConnection connection,
IEnumerable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, long modificationSequence,
CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
flags | ImapMessageFlags | The flags to be changed |
modificationSequence | Int64 | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email