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