Show / Hide Table of Contents

Class AddSecondaryEmailsError

Error returned when adding secondary emails fails.

Inheritance
System.Object
AddSecondaryEmailsError
AddSecondaryEmailsError.Other
AddSecondaryEmailsError.SecondaryEmailsDisabled
AddSecondaryEmailsError.TooManyEmails
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 Source

AddSecondaryEmailsError()

Initializes a new instance of the AddSecondaryEmailsError class.

Declaration
public AddSecondaryEmailsError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsSecondaryEmailsDisabled

Gets this instance as a SecondaryEmailsDisabled, or null.

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

AsTooManyEmails

Gets this instance as a TooManyEmails, or null.

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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSecondaryEmailsDisabled

Gets a value indicating whether this instance is SecondaryEmailsDisabled

Declaration
public bool IsSecondaryEmailsDisabled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTooManyEmails

Gets a value indicating whether this instance is TooManyEmails

Declaration
public bool IsTooManyEmails { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AddSecondaryEmailsError()
  • Properties
    • AsOther
    • AsSecondaryEmailsDisabled
    • AsTooManyEmails
    • IsOther
    • IsSecondaryEmailsDisabled
    • IsTooManyEmails
Back to top Generated by DocFX