 | FlagFullName Property |
Gets the full name of this flag. This property includes backslash for system flags E.g. \SEEN, \UNFLAGGED, MYFLAG.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string FullName { get; }Public ReadOnly Property FullName As String
Get
public:
property String^ FullName {
String^ get ();
}member FullName : string with get
Property Value
String
See Also