Partager via


HostedEmailConfiguration.AddinId Property

 

Retrieves the ID of the hosted email add-in.

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

Syntax

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

Property Value

Type: System.Guid

A Guid that contains the hosted email add-in ID.

See Also

HostedEmailConfiguration Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top