Class DeleteSecondaryEmailResult
Result of trying to delete a secondary email address. 'success' is the only value indicating that a secondary email was successfully deleted. The other values explain the type of error that occurred, and include the email for which the error occurred.
Inheritance
System.Object
DeleteSecondaryEmailResult
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 DeleteSecondaryEmailResult
Constructors
| Improve this Doc View SourceDeleteSecondaryEmailResult()
Initializes a new instance of the DeleteSecondaryEmailResult class.
Declaration
public DeleteSecondaryEmailResult()
Properties
| Improve this Doc View SourceAsCannotRemovePrimary
Gets this instance as a CannotRemovePrimary, or null.
Declaration
public DeleteSecondaryEmailResult.CannotRemovePrimary AsCannotRemovePrimary { get; }
Property Value
| Type | Description |
|---|---|
| DeleteSecondaryEmailResult.CannotRemovePrimary |
AsNotFound
Gets this instance as a NotFound, or null.
Declaration
public DeleteSecondaryEmailResult.NotFound AsNotFound { get; }
Property Value
| Type | Description |
|---|---|
| DeleteSecondaryEmailResult.NotFound |
AsOther
Gets this instance as a Other, or null.
Declaration
public DeleteSecondaryEmailResult.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DeleteSecondaryEmailResult.Other |
AsSuccess
Gets this instance as a Success, or null.
Declaration
public DeleteSecondaryEmailResult.Success AsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| DeleteSecondaryEmailResult.Success |
IsCannotRemovePrimary
Gets a value indicating whether this instance is CannotRemovePrimary
Declaration
public bool IsCannotRemovePrimary { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsNotFound
Gets a value indicating whether this instance is NotFound
Declaration
public bool IsNotFound { 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 |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |