Class AccountCaptureNotificationEmailsSentDetails
Sent account capture email to all unmanaged members.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AccountCaptureNotificationEmailsSentDetails
Constructors
View SourceAccountCaptureNotificationEmailsSentDetails(string, AccountCaptureNotificationType)
Initializes a new instance of the AccountCaptureNotificationEmailsSentDetails class.
Declaration
public AccountCaptureNotificationEmailsSentDetails(string domainName, AccountCaptureNotificationType notificationType = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | domainName | Domain name. |
| AccountCaptureNotificationType | notificationType | Account-capture email notification type. |
Properties
View SourceDomainName
Domain name.
Declaration
public string DomainName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
NotificationType
Account-capture email notification type.
Declaration
public AccountCaptureNotificationType NotificationType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AccountCaptureNotificationType |