Show / Hide Table of Contents

Class AddSecondaryEmailResult

Result of trying to add a secondary email to a user. 'success' is the only value indicating that a secondary email was successfully added to a user. The other values explain the type of error that occurred, and include the email for which the error occurred.

Inheritance
System.Object
AddSecondaryEmailResult
AddSecondaryEmailResult.AlreadyOwnedByUser
AddSecondaryEmailResult.AlreadyPending
AddSecondaryEmailResult.Other
AddSecondaryEmailResult.RateLimited
AddSecondaryEmailResult.ReachedLimit
AddSecondaryEmailResult.Success
AddSecondaryEmailResult.TooManyUpdates
AddSecondaryEmailResult.TransientError
AddSecondaryEmailResult.Unavailable
AddSecondaryEmailResult.UnknownError
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 AddSecondaryEmailResult

Constructors

| Improve this Doc View Source

AddSecondaryEmailResult()

Initializes a new instance of the AddSecondaryEmailResult class.

Declaration
public AddSecondaryEmailResult()

Properties

| Improve this Doc View Source

AsAlreadyOwnedByUser

Gets this instance as a AlreadyOwnedByUser, or null.

Declaration
public AddSecondaryEmailResult.AlreadyOwnedByUser AsAlreadyOwnedByUser { get; }
Property Value
Type Description
AddSecondaryEmailResult.AlreadyOwnedByUser
| Improve this Doc View Source

AsAlreadyPending

Gets this instance as a AlreadyPending, or null.

Declaration
public AddSecondaryEmailResult.AlreadyPending AsAlreadyPending { get; }
Property Value
Type Description
AddSecondaryEmailResult.AlreadyPending
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsRateLimited

Gets this instance as a RateLimited, or null.

Declaration
public AddSecondaryEmailResult.RateLimited AsRateLimited { get; }
Property Value
Type Description
AddSecondaryEmailResult.RateLimited
| Improve this Doc View Source

AsReachedLimit

Gets this instance as a ReachedLimit, or null.

Declaration
public AddSecondaryEmailResult.ReachedLimit AsReachedLimit { get; }
Property Value
Type Description
AddSecondaryEmailResult.ReachedLimit
| Improve this Doc View Source

AsSuccess

Gets this instance as a Success, or null.

Declaration
public AddSecondaryEmailResult.Success AsSuccess { get; }
Property Value
Type Description
AddSecondaryEmailResult.Success
| Improve this Doc View Source

AsTooManyUpdates

Gets this instance as a TooManyUpdates, or null.

Declaration
public AddSecondaryEmailResult.TooManyUpdates AsTooManyUpdates { get; }
Property Value
Type Description
AddSecondaryEmailResult.TooManyUpdates
| Improve this Doc View Source

AsTransientError

Gets this instance as a TransientError, or null.

Declaration
public AddSecondaryEmailResult.TransientError AsTransientError { get; }
Property Value
Type Description
AddSecondaryEmailResult.TransientError
| Improve this Doc View Source

AsUnavailable

Gets this instance as a Unavailable, or null.

Declaration
public AddSecondaryEmailResult.Unavailable AsUnavailable { get; }
Property Value
Type Description
AddSecondaryEmailResult.Unavailable
| Improve this Doc View Source

AsUnknownError

Gets this instance as a UnknownError, or null.

Declaration
public AddSecondaryEmailResult.UnknownError AsUnknownError { get; }
Property Value
Type Description
AddSecondaryEmailResult.UnknownError
| Improve this Doc View Source

IsAlreadyOwnedByUser

Gets a value indicating whether this instance is AlreadyOwnedByUser

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

IsAlreadyPending

Gets a value indicating whether this instance is AlreadyPending

Declaration
public bool IsAlreadyPending { get; }
Property Value
Type Description
System.Boolean
| 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

IsRateLimited

Gets a value indicating whether this instance is RateLimited

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

IsReachedLimit

Gets a value indicating whether this instance is ReachedLimit

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

IsSuccess

Gets a value indicating whether this instance is Success

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

IsTooManyUpdates

Gets a value indicating whether this instance is TooManyUpdates

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

IsTransientError

Gets a value indicating whether this instance is TransientError

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

IsUnavailable

Gets a value indicating whether this instance is Unavailable

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

IsUnknownError

Gets a value indicating whether this instance is UnknownError

Declaration
public bool IsUnknownError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AddSecondaryEmailResult()
  • Properties
    • AsAlreadyOwnedByUser
    • AsAlreadyPending
    • AsOther
    • AsRateLimited
    • AsReachedLimit
    • AsSuccess
    • AsTooManyUpdates
    • AsTransientError
    • AsUnavailable
    • AsUnknownError
    • IsAlreadyOwnedByUser
    • IsAlreadyPending
    • IsOther
    • IsRateLimited
    • IsReachedLimit
    • IsSuccess
    • IsTooManyUpdates
    • IsTransientError
    • IsUnavailable
    • IsUnknownError
Back to top Generated by DocFX