Class AddSecondaryEmailsError
Error returned when adding secondary emails fails.
Inheritance
System.Object
AddSecondaryEmailsError
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class AddSecondaryEmailsError
Constructors
| Improve this Doc View SourceAddSecondaryEmailsError()
Initializes a new instance of the AddSecondaryEmailsError class.
Declaration
public AddSecondaryEmailsError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsSecondaryEmailsDisabled
Gets a value indicating whether this instance is SecondaryEmailsDisabled
Declaration
public bool IsSecondaryEmailsDisabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyEmails
Gets a value indicating whether this instance is TooManyEmails
Declaration
public bool IsTooManyEmails { get; }
Property Value
Type | Description |
---|---|
System.Boolean |