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
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 SourceResendSecondaryEmailResult()
Initializes a new instance of the ResendSecondaryEmailResult class.
Declaration
public ResendSecondaryEmailResult()
Properties
| Improve this Doc View SourceAsNotPending
Gets this instance as a NotPending, or null.
Declaration
public ResendSecondaryEmailResult.NotPending AsNotPending { get; }
Property Value
| Type | Description |
|---|---|
| ResendSecondaryEmailResult.NotPending |
AsOther
Gets this instance as a Other, or null.
Declaration
public ResendSecondaryEmailResult.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ResendSecondaryEmailResult.Other |
AsRateLimited
Gets this instance as a RateLimited, or null.
Declaration
public ResendSecondaryEmailResult.RateLimited AsRateLimited { get; }
Property Value
| Type | Description |
|---|---|
| ResendSecondaryEmailResult.RateLimited |
AsSuccess
Gets this instance as a Success, or null.
Declaration
public ResendSecondaryEmailResult.Success AsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| ResendSecondaryEmailResult.Success |
IsNotPending
Gets a value indicating whether this instance is NotPending
Declaration
public bool IsNotPending { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsRateLimited
Gets a value indicating whether this instance is RateLimited
Declaration
public bool IsRateLimited { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |