Show / Hide Table of Contents

Class AddSecondaryEmailResult.AlreadyPending

Secondary email is already a pending email for the user.

Inheritance
System.Object
AddSecondaryEmailResult
AddSecondaryEmailResult.AlreadyPending
Inherited Members
AddSecondaryEmailResult.IsSuccess
AddSecondaryEmailResult.AsSuccess
AddSecondaryEmailResult.IsUnavailable
AddSecondaryEmailResult.AsUnavailable
AddSecondaryEmailResult.IsAlreadyPending
AddSecondaryEmailResult.AsAlreadyPending
AddSecondaryEmailResult.IsAlreadyOwnedByUser
AddSecondaryEmailResult.AsAlreadyOwnedByUser
AddSecondaryEmailResult.IsReachedLimit
AddSecondaryEmailResult.AsReachedLimit
AddSecondaryEmailResult.IsTransientError
AddSecondaryEmailResult.AsTransientError
AddSecondaryEmailResult.IsTooManyUpdates
AddSecondaryEmailResult.AsTooManyUpdates
AddSecondaryEmailResult.IsUnknownError
AddSecondaryEmailResult.AsUnknownError
AddSecondaryEmailResult.IsRateLimited
AddSecondaryEmailResult.AsRateLimited
AddSecondaryEmailResult.IsOther
AddSecondaryEmailResult.AsOther
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 sealed class AlreadyPending : AddSecondaryEmailResult

Constructors

| Improve this Doc View Source

AlreadyPending(String)

Initializes a new instance of the AddSecondaryEmailResult.AlreadyPending class.

Declaration
public AlreadyPending(string value)
Parameters
Type Name Description
System.String value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public string Value { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AlreadyPending(String)
  • Properties
    • Value
Back to top Generated by DocFX