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