Dropbox .NET SDK

Class AccountCaptureNotificationEmailsSentDetails

Sent account capture email to all unmanaged members.

Inheritance
object
AccountCaptureNotificationEmailsSentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AccountCaptureNotificationEmailsSentDetails

Constructors

View Source

AccountCaptureNotificationEmailsSentDetails(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 Source

DomainName

Domain name.

Declaration
public string DomainName { get; protected set; }
Property Value
Type Description
string
View Source

NotificationType

Account-capture email notification type.

Declaration
public AccountCaptureNotificationType NotificationType { get; protected set; }
Property Value
Type Description
AccountCaptureNotificationType
  • View Source
In this article
Back to top Dropbox .NET SDK