Show / Hide Table of Contents

Class PendingSecondaryEmailAddedDetails

Added pending secondary email.

Inheritance
System.Object
PendingSecondaryEmailAddedDetails
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 PendingSecondaryEmailAddedDetails

Constructors

| Improve this Doc View Source

PendingSecondaryEmailAddedDetails(String)

Initializes a new instance of the PendingSecondaryEmailAddedDetails class.

Declaration
public PendingSecondaryEmailAddedDetails(string secondaryEmail)
Parameters
Type Name Description
System.String secondaryEmail

New pending secondary email.

Properties

| Improve this Doc View Source

SecondaryEmail

New pending secondary email.

Declaration
public string SecondaryEmail { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PendingSecondaryEmailAddedDetails(String)
  • Properties
    • SecondaryEmail
Back to top Generated by DocFX