Show / Hide Table of Contents

Class SecondaryEmail

The secondary email object

Inheritance
System.Object
SecondaryEmail
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.SecondaryEmails
Assembly: Dropbox.Api.dll
Syntax
public class SecondaryEmail

Constructors

| Improve this Doc View Source

SecondaryEmail(String, Boolean)

Initializes a new instance of the SecondaryEmail class.

Declaration
public SecondaryEmail(string email, bool isVerified)
Parameters
Type Name Description
System.String email

Secondary email address.

System.Boolean isVerified

Whether or not the secondary email address is verified to be owned by a user.

Properties

| Improve this Doc View Source

Email

Secondary email address.

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

IsVerified

Whether or not the secondary email address is verified to be owned by a user.

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