ProviderInfoFromXml.Address Property
Gets and sets the address.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string Address { get; set; }
public:
property String^ Address {
String^ get();
void set(String^ value);
}
Public Property Address As String
Property Value
Type: System.String
The address.
See Also
ProviderInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top