RemoveMessageFlags
ImapClient.RemoveMessageFlags method (1 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (2 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (3 of 28)
Removes the flags of the message
public void RemoveMessageFlags(int sequenceNumber, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
flags | ImapMessageFlags | The flags to be added |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (4 of 28)
Removes the flags of the message
public void RemoveMessageFlags(string uniqueId, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
uniqueId | String | Unique identifier of a message |
flags | ImapMessageFlags | The flags to be added |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (5 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (6 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (7 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (8 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (9 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (10 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (11 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (12 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (13 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (14 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (15 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (16 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (17 of 28)
Removes the flags of the message
public void RemoveMessageFlags(IEnumerable<string> uidSet, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
uidSet | IEnumerable`1 | The set of UID for messages |
flags | ImapMessageFlags | The flags to be changed |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (18 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (19 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (20 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (21 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (22 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (23 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (24 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (25 of 28)
Removes the flags of the message
public void RemoveMessageFlags(IEnumerable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
messageInfoSet | IEnumerable`1 | The set of ImapMessageInfo |
flags | ImapMessageFlags | The flags to be changed |
See Also
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (26 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (27 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ImapClient.RemoveMessageFlags method (28 of 28)
Removes the flags of the message
public void RemoveMessageFlags(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 |
See Also
- interface IConnection
- class ImapMessageInfo
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email