ImapMessageFlagsKeyword Method |
Message has been marked by custom flag.
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic static ImapMessageFlags Keyword(
string flag
)
Public Shared Function Keyword (
flag As String
) As ImapMessageFlags
public:
static ImapMessageFlags^ Keyword(
String^ flag
)
static member Keyword :
flag : string -> ImapMessageFlags
Parameters
- flag
- Type: SystemString
Return Value
Type:
ImapMessageFlags
See Also