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