| Flag Constructor |
Creates new instance of the Flag object with specified name.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Flag(
string name
)
Public Sub New (
name As String
)
public:
Flag(
String^ name
)
new :
name : string -> Flag
Parameters
- name
- Type: SystemString
Name of the flag.
See Also