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
ResendSecondaryEmailResult
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ResendSecondaryEmailResult
Constructors
View SourceResendSecondaryEmailResult()
Initializes a new instance of the ResendSecondaryEmailResult class.
Declaration
public ResendSecondaryEmailResult()
Properties
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 |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRateLimited
Gets a value indicating whether this instance is RateLimited
Declaration
public bool IsRateLimited { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |