Condividi tramite


InvitationState Enum

Definition

Defines values for InvitationState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum InvitationState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type InvitationState = 
Public Enum InvitationState
Inheritance
InvitationState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Failed 3

There was an error while sending the invitation.

NotSent 0

The invitation has not been sent.

Sending 1

Currently sending the invitation.

Sent 2

The invitation has been successfully sent.

Applies to