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 SourceSecondaryEmail(String, Boolean)
Initializes a new instance of the SecondaryEmail class.
Declaration
public SecondaryEmail(string email, bool isVerified)
Parameters
Type | Name | Description |
---|---|---|
System.String | 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 SourceSecondary email address.
Declaration
public string Email { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
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 |