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.
Gets and sets the name of the add-in.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string AddinName { get; set; }
public:
property String^ AddinName {
String^ get();
void set(String^ value);
}
Public Property AddinName As String
Property Value
Type: System.String
The name of the add-in.
See Also
ConfigurationFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top