Share via


HostedEmailConfiguration.PasswordSync Property

 

Retrieves the password sync information for a hosted email add-in.

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

Syntax

public HostedEmailPasswordSyncInfo PasswordSync { get; internal set; }
public:
property HostedEmailPasswordSyncInfo^ PasswordSync {
    HostedEmailPasswordSyncInfo^ get();
    internal: void set(HostedEmailPasswordSyncInfo^ value);
}
Public Property PasswordSync As HostedEmailPasswordSyncInfo
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailPasswordSyncInfo

A HostedEmailPasswordSyncInfo containing information about the password sync feature of the current hosted email add-in.

See Also

HostedEmailConfiguration Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top