Skip to main content

Class ParticipantInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ParticipantInfo. Class representing an appointment participant.

Inheritance

objectParticipantInfo

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ParticipantInfo()

Default constructor - defaults any enum props to 0.

Properties

AssociateId

Associate id of the participant if the participant is an associate (or resource)

Property Value

int

ContactId

Contact id of the participant if the participant is an associate or person

Property Value

int

Description

Description added for the email address participant, added to the email-table’s description field if present.

Property Value

string

EmailAddress

The email address to be used as a participant if neither person id nor associate id has been set.

Property Value

string

EmailId

The email id of the email belonging to the appointment record belonging to this person

Property Value

int

ExternallyOwnedStatus

The status of the externally owned participant. NULL if unknown enum value.

Property Value

ExternallyOwnedStatus?

See Also

ParticipantInfo.ExternallyOwnedStatus_String

ExternallyOwnedStatus_String

The status of the externally owned participant. Raw string enum value.

Property Value

string

See Also

ParticipantInfo.ExternallyOwnedStatus

ExternallyOwnedType

The type of participant if the appointment is externally owned. NULL if unknown enum value.

Property Value

ExternallyOwnedType?

See Also

ParticipantInfo.ExternallyOwnedType_String

ExternallyOwnedType_String

The type of participant if the appointment is externally owned. Raw string enum value.

Property Value

string

See Also

ParticipantInfo.ExternallyOwnedType

InvitationStatus

The participant status for the appointment NULL if unknown enum value.

Property Value

InvitationStatus?

See Also

ParticipantInfo.InvitationStatus_String

InvitationStatus_String

The participant status for the appointment Raw string enum value.

Property Value

string

See Also

ParticipantInfo.InvitationStatus

PersonId

Person id of the participant if the participant is a person

Property Value

int

SendEmail

True if the participant has been sent an email or should be sent an email

Property Value

bool

See Also

AppointmentAgent