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