 | Flag Constructor |
Creates new instance of the Flag object with specified name.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Flag(
string name
)
Public Sub New (
name As String
)
public:
Flag(
String^ name
)
new :
name : string -> FlagParameters
- name String
- Name of the flag.
See Also