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 the directory path to the logo image for a hosted email service.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string LogoImagePath { get; internal set; }
public:
property String^ LogoImagePath {
String^ get();
internal: void set(String^ value);
}
Public Property LogoImagePath As String
Get
Friend Set
End Property
Property Value
Type: System.String
A String containing a directory path.
See Also
HostedEmailServiceInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top