Dropbox .NET SDK
Show / Hide Table of Contents

Class AddSecondaryEmailsError

Error returned when adding secondary emails fails.

Inheritance
object
AddSecondaryEmailsError
AddSecondaryEmailsError.Other
AddSecondaryEmailsError.SecondaryEmailsDisabled
AddSecondaryEmailsError.TooManyEmails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class AddSecondaryEmailsError

Constructors

View Source

AddSecondaryEmailsError()

Initializes a new instance of the AddSecondaryEmailsError class.

Declaration
public AddSecondaryEmailsError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AddSecondaryEmailsError.Other AsOther { get; }
Property Value
Type Description
AddSecondaryEmailsError.Other
View Source

AsSecondaryEmailsDisabled

Gets this instance as a SecondaryEmailsDisabled, or null.

Declaration
public AddSecondaryEmailsError.SecondaryEmailsDisabled AsSecondaryEmailsDisabled { get; }
Property Value
Type Description
AddSecondaryEmailsError.SecondaryEmailsDisabled
View Source

AsTooManyEmails

Gets this instance as a TooManyEmails, or null.

Declaration
public AddSecondaryEmailsError.TooManyEmails AsTooManyEmails { get; }
Property Value
Type Description
AddSecondaryEmailsError.TooManyEmails
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsSecondaryEmailsDisabled

Gets a value indicating whether this instance is SecondaryEmailsDisabled

Declaration
public bool IsSecondaryEmailsDisabled { get; }
Property Value
Type Description
bool
View Source

IsTooManyEmails

Gets a value indicating whether this instance is TooManyEmails

Declaration
public bool IsTooManyEmails { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK