ConfigurationFromXml.AddinDir Property
Gets and sets the directory in which the add-in is located.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string AddinDir { get; set; }
public:
property String^ AddinDir {
String^ get();
void set(String^ value);
}
Public Property AddinDir As String
Property Value
Type: System.String
The directory in which the add-in is located.
See Also
ConfigurationFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top