Share via


HostedEmailProviderInfo.Website Property

 

Retrieves the website address of the company who create the provider.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public Uri Website { get; internal set; }
public:
property Uri^ Website {
    Uri^ get();
    internal: void set(Uri^ value);
}
Public Property Website As Uri
    Get
    Friend Set
End Property

Property Value

Type: System.Uri

A Uri containing the company website address.

See Also

HostedEmailProviderInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top