Class AddSecondaryEmailsError
Error returned when adding secondary emails fails.
Inheritance
AddSecondaryEmailsError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class AddSecondaryEmailsError
Constructors
View SourceAddSecondaryEmailsError()
Initializes a new instance of the AddSecondaryEmailsError class.
Declaration
public AddSecondaryEmailsError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public AddSecondaryEmailsError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AddSecondaryEmailsError.Other |
AsSecondaryEmailsDisabled
Gets this instance as a SecondaryEmailsDisabled, or null.
Declaration
public AddSecondaryEmailsError.SecondaryEmailsDisabled AsSecondaryEmailsDisabled { get; }
Property Value
| Type | Description |
|---|---|
| AddSecondaryEmailsError.SecondaryEmailsDisabled |
AsTooManyEmails
Gets this instance as a TooManyEmails, or null.
Declaration
public AddSecondaryEmailsError.TooManyEmails AsTooManyEmails { get; }
Property Value
| Type | Description |
|---|---|
| AddSecondaryEmailsError.TooManyEmails |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSecondaryEmailsDisabled
Gets a value indicating whether this instance is SecondaryEmailsDisabled
Declaration
public bool IsSecondaryEmailsDisabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooManyEmails
Gets a value indicating whether this instance is TooManyEmails
Declaration
public bool IsTooManyEmails { get; }
Property Value
| Type | Description |
|---|---|
| bool |