ImapClient.ChangeMessageFlags
ChangeMessageFlags(string, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(string uniqueId, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The uid of the message |
flags | ImapMessageFlags | The flags to be changed |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ChangeMessageFlags(int, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(int sequenceNumber, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
flags | ImapMessageFlags | The flags to be removed |
See Also
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ChangeMessageFlags(IConnection, string, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(IConnection connection, string uniqueId, ImapMessageFlags flags)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The uid of the message |
flags | ImapMessageFlags | The flags to be changed |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ChangeMessageFlags(IConnection, int, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(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 removed |
See Also
- interface IConnection
- class ImapMessageFlags
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ChangeMessageFlags(string, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(string uniqueId, ImapMessageFlags flags, long modificationSequence)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The uid of the message |
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
ChangeMessageFlags(int, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(int sequenceNumber, ImapMessageFlags flags,
long modificationSequence)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
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
ChangeMessageFlags(IConnection, string, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(IConnection connection, string uniqueId, ImapMessageFlags flags,
long modificationSequence)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The uid of the message |
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
ChangeMessageFlags(IConnection, int, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(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 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
ChangeMessageFlags(string, string, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(int, int, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IConnection, string, string, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IConnection, int, int, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(string, string, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(int, int, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IConnection, string, string, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IConnection, int, int, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IEnumerable<string>, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IEnumerable<int>, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IConnection, IEnumerable<string>, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IConnection, IEnumerable<int>, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IEnumerable<string>, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IEnumerable<int>, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IConnection, IEnumerable<string>, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(IConnection connection, IEnumerable<string> uidSet,
ImapMessageFlags flags, long modificationSequence)
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 |
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
ChangeMessageFlags(IConnection, IEnumerable<int>, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IEnumerable<ImapMessageInfo>, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IConnection, IEnumerable<ImapMessageInfo>, ImapMessageFlags)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IEnumerable<ImapMessageInfo>, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(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
ChangeMessageFlags(IConnection, IEnumerable<ImapMessageInfo>, ImapMessageFlags, long)
Changes the flags of the message
public void ChangeMessageFlags(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