HostedEmailProviderInfo.Address Property
Retrieves the address for a company who created the provider.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string Address { get; internal set; }
public:
property String^ Address {
String^ get();
internal: void set(String^ value);
}
Public Property Address As String
Get
Friend Set
End Property
Property Value
Type: System.String
A String containing the address.
See Also
HostedEmailProviderInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top