Show / Hide Table of Contents

Class ResendSecondaryEmailResult

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

Inheritance
System.Object
ResendSecondaryEmailResult
ResendSecondaryEmailResult.NotPending
ResendSecondaryEmailResult.Other
ResendSecondaryEmailResult.RateLimited
ResendSecondaryEmailResult.Success
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 ResendSecondaryEmailResult

Constructors

| Improve this Doc View Source

ResendSecondaryEmailResult()

Initializes a new instance of the ResendSecondaryEmailResult class.

Declaration
public ResendSecondaryEmailResult()

Properties

| Improve this Doc View Source

AsNotPending

Gets this instance as a NotPending, or null.

Declaration
public ResendSecondaryEmailResult.NotPending AsNotPending { get; }
Property Value
Type Description
ResendSecondaryEmailResult.NotPending
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsRateLimited

Gets this instance as a RateLimited, or null.

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

AsSuccess

Gets this instance as a Success, or null.

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

IsNotPending

Gets a value indicating whether this instance is NotPending

Declaration
public bool IsNotPending { 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

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
In This Article
  • Constructors
    • ResendSecondaryEmailResult()
  • Properties
    • AsNotPending
    • AsOther
    • AsRateLimited
    • AsSuccess
    • IsNotPending
    • IsOther
    • IsRateLimited
    • IsSuccess
Back to top Generated by DocFX