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