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
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class AddSecondaryEmailResult
Constructors
| Improve this Doc View SourceAddSecondaryEmailResult()
Initializes a new instance of the AddSecondaryEmailResult class.
Declaration
public AddSecondaryEmailResult()
Properties
| Improve this Doc View SourceAsAlreadyOwnedByUser
Gets this instance as a AlreadyOwnedByUser, or null
.
Declaration
public AddSecondaryEmailResult.AlreadyOwnedByUser AsAlreadyOwnedByUser { get; }
Property Value
Type | Description |
---|---|
AddSecondaryEmailResult.AlreadyOwnedByUser |
AsAlreadyPending
Gets this instance as a AlreadyPending, or null
.
Declaration
public AddSecondaryEmailResult.AlreadyPending AsAlreadyPending { get; }
Property Value
Type | Description |
---|---|
AddSecondaryEmailResult.AlreadyPending |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AddSecondaryEmailResult.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AddSecondaryEmailResult.Other |
AsRateLimited
Gets this instance as a RateLimited, or null
.
Declaration
public AddSecondaryEmailResult.RateLimited AsRateLimited { get; }
Property Value
Type | Description |
---|---|
AddSecondaryEmailResult.RateLimited |
AsReachedLimit
Gets this instance as a ReachedLimit, or null
.
Declaration
public AddSecondaryEmailResult.ReachedLimit AsReachedLimit { get; }
Property Value
Type | Description |
---|---|
AddSecondaryEmailResult.ReachedLimit |
AsSuccess
Gets this instance as a Success, or null
.
Declaration
public AddSecondaryEmailResult.Success AsSuccess { get; }
Property Value
Type | Description |
---|---|
AddSecondaryEmailResult.Success |
AsTooManyUpdates
Gets this instance as a TooManyUpdates, or null
.
Declaration
public AddSecondaryEmailResult.TooManyUpdates AsTooManyUpdates { get; }
Property Value
Type | Description |
---|---|
AddSecondaryEmailResult.TooManyUpdates |
AsTransientError
Gets this instance as a TransientError, or null
.
Declaration
public AddSecondaryEmailResult.TransientError AsTransientError { get; }
Property Value
Type | Description |
---|---|
AddSecondaryEmailResult.TransientError |
AsUnavailable
Gets this instance as a Unavailable, or null
.
Declaration
public AddSecondaryEmailResult.Unavailable AsUnavailable { get; }
Property Value
Type | Description |
---|---|
AddSecondaryEmailResult.Unavailable |
AsUnknownError
Gets this instance as a UnknownError, or null
.
Declaration
public AddSecondaryEmailResult.UnknownError AsUnknownError { get; }
Property Value
Type | Description |
---|---|
AddSecondaryEmailResult.UnknownError |
IsAlreadyOwnedByUser
Gets a value indicating whether this instance is AlreadyOwnedByUser
Declaration
public bool IsAlreadyOwnedByUser { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsAlreadyPending
Gets a value indicating whether this instance is AlreadyPending
Declaration
public bool IsAlreadyPending { 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 |
IsReachedLimit
Gets a value indicating whether this instance is ReachedLimit
Declaration
public bool IsReachedLimit { 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 |
IsTooManyUpdates
Gets a value indicating whether this instance is TooManyUpdates
Declaration
public bool IsTooManyUpdates { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTransientError
Gets a value indicating whether this instance is TransientError
Declaration
public bool IsTransientError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnavailable
Gets a value indicating whether this instance is Unavailable
Declaration
public bool IsUnavailable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnknownError
Gets a value indicating whether this instance is UnknownError
Declaration
public bool IsUnknownError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |