Show / Hide Table of Contents

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 Source

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

DomainName

Domain name.

Declaration
public string DomainName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NotificationType

Account-capture email notification type.

Declaration
public AccountCaptureNotificationType NotificationType { get; protected set; }
Property Value
Type Description
AccountCaptureNotificationType
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccountCaptureNotificationEmailsSentDetails(String, AccountCaptureNotificationType)
  • Properties
    • DomainName
    • NotificationType
Back to top Generated by DocFX