Modifier and Type | Method and Description |
---|---|
static ImapMessageFlags |
ImapMessageFlags.bitwiseAnd(ImapMessageFlags a,
ImapMessageFlags b)
Implements the operator &.
|
static ImapMessageFlags |
ImapMessageFlags.bitwiseOr(ImapMessageFlags a,
ImapMessageFlags b)
Implements the operator |.
|
static ImapMessageFlags |
ImapMessageFlags.bitwiseOr(ImapMessageFlags a,
long b)
Implements the operator |.
|
static ImapMessageFlags |
ImapMessageFlags.bitwiseOr(long a,
ImapMessageFlags b)
Implements the operator |.
|
static ImapMessageFlags |
ImapMessageFlags.getAnswered()
Message has been answered.
|
static ImapMessageFlags |
ImapMessageFlags.getDeleted()
Message is "deleted" for removal by later EXPUNGE.
|
static ImapMessageFlags |
ImapMessageFlags.getDraft()
Message has been marked as a draft.
|
static ImapMessageFlags |
ImapMessageFlags.getEmpty()
Flags are not set
|
static ImapMessageFlags |
ImapMessageFlags.getFlagged()
Message is "flagged" for urgent/special attention.
|
ImapMessageFlags |
ImapMessageInfo.getFlags()
Gets the message flags.
|
static ImapMessageFlags |
ImapMessageFlags.getRecent()
Message is "recently" arrived in this mailbox.
|
static ImapMessageFlags |
ImapMessageFlags.isRead()
Message has been read.
|
static ImapMessageFlags |
ImapMessageFlags.op_BitwiseAnd(ImapMessageFlags a,
ImapMessageFlags b)
Implements the operator &.
|
static ImapMessageFlags |
ImapMessageFlags.op_BitwiseOr(ImapMessageFlags a,
ImapMessageFlags b)
Implements the operator |.
|
static ImapMessageFlags |
ImapMessageFlags.op_BitwiseOr(ImapMessageFlags a,
long b)
Implements the operator |.
|
static ImapMessageFlags |
ImapMessageFlags.op_BitwiseOr(long a,
ImapMessageFlags b)
Implements the operator |.
|
static ImapMessageFlags |
ImapMessageFlags.to_ImapMessageFlags(long type)
Performs an implicit conversion from
System.Int64 to Aspose.Email.Imap.ImapMessageFlags . |
Modifier and Type | Method and Description |
---|---|
void |
ImapClient.addMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
static ImapMessageFlags |
ImapMessageFlags.bitwiseAnd(ImapMessageFlags a,
ImapMessageFlags b)
Implements the operator &.
|
static ImapMessageFlags |
ImapMessageFlags.bitwiseOr(ImapMessageFlags a,
ImapMessageFlags b)
Implements the operator |.
|
static ImapMessageFlags |
ImapMessageFlags.bitwiseOr(ImapMessageFlags a,
long b)
Implements the operator |.
|
static ImapMessageFlags |
ImapMessageFlags.bitwiseOr(long a,
ImapMessageFlags b)
Implements the operator |.
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
boolean |
ImapMessageFlags.hasFlag(ImapMessageFlags what)
Returns true if "who" contains the "flag"
|
MailQuery |
ImapQueryBuilder.hasFlags(ImapMessageFlags flags)
Search messages with the specified flags.
|
MailQuery |
ImapQueryBuilder.hasNoFlags(ImapMessageFlags flags)
Search messages with the unspecified flags.
|
static ImapMessageFlags |
ImapMessageFlags.op_BitwiseAnd(ImapMessageFlags a,
ImapMessageFlags b)
Implements the operator &.
|
static ImapMessageFlags |
ImapMessageFlags.op_BitwiseOr(ImapMessageFlags a,
ImapMessageFlags b)
Implements the operator |.
|
static ImapMessageFlags |
ImapMessageFlags.op_BitwiseOr(ImapMessageFlags a,
long b)
Implements the operator |.
|
static ImapMessageFlags |
ImapMessageFlags.op_BitwiseOr(long a,
ImapMessageFlags b)
Implements the operator |.
|
static boolean |
ImapMessageFlags.op_Equality(ImapMessageFlags a,
ImapMessageFlags b)
Implements the operator ==.
|
static boolean |
ImapMessageFlags.op_Inequality(ImapMessageFlags a,
ImapMessageFlags b)
Implements the operator !=.
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.