ExchangeMailboxActivityClientMachineName Property |
The machine name that hosts the Outlook client.
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string ClientMachineName { get; set; }
Public Property ClientMachineName As String
Get
Set
public:
property String^ ClientMachineName {
String^ get ();
void set (String^ value);
}
member ClientMachineName : string with get, set
Property Value
Type:
String
See Also