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 of the add-in assembly.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string AddinAssemblyDirectory { get; private set; }
public:
property String^ AddinAssemblyDirectory {
String^ get();
private: void set(String^ value);
}
Public Property AddinAssemblyDirectory As String
Get
Private Set
End Property
Property Value
Type: System.String
A String containing the directory path of the add-in assembly.
See Also
HostedEmailConfiguration Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top