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