Class SecondaryEmail
The secondary email object
Inherited Members
Namespace: Dropbox.Api.SecondaryEmails
Assembly: Dropbox.Api.dll
Syntax
public class SecondaryEmail
Constructors
View SourceSecondaryEmail(string, bool)
Initializes a new instance of the SecondaryEmail class.
Declaration
public SecondaryEmail(string email, bool isVerified)
Parameters
| Type | Name | Description |
|---|---|---|
| string | Secondary email address. |
|
| bool | isVerified | Whether or not the secondary email address is verified to be owned by a user. |
Properties
View SourceSecondary email address.
Declaration
public string Email { get; protected set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| bool |