 | MailboxElementname Property |
Gets or sets the name.
Namespace:
Koden.Utils.Exchange.ConfigFileSections
Assembly:
Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntaxpublic string name { get; set; }
Public Property name As String
Get
Set
public:
property String^ name {
String^ get ();
void set (String^ value);
}
member name : string with get, set
Property Value
Type:
String
The "id" of the element within the config file
See Also