Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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