Share via


HostedEmailConfiguration.AddinType Property

 

Retrieves the type information of the implementation of IHostedEmailAdaptor.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public Type AddinType { get; private set; }
public:
property Type^ AddinType {
    Type^ get();
    private: void set(Type^ value);
}
Public Property AddinType As Type
    Get
    Private Set
End Property

Property Value

Type: System.Type

A Type that contains the type information.

See Also

HostedEmailConfiguration Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top