ServiceInfoFromXml.LogoImagePath Property
Gets and sets the path to the logo image.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string LogoImagePath { get; set; }
public:
property String^ LogoImagePath {
String^ get();
void set(String^ value);
}
Public Property LogoImagePath As String
Property Value
Type: System.String
The path to the logo image.
See Also
ServiceInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top