Skip to main content

Class EMailAppointment

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for EMailAppointment. Information about an email appointment received as iCal data

Inheritance

objectCarrierEMailAppointment

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

EMailAppointment()

Default constructor - defaults any enum props to 0.

Properties

Appointment

Appointment information

Property Value

Appointment

CalMethod

Method field stored in ICS file. NULL if unknown enum value.

Property Value

CalMethod?

See Also

EMailAppointment.CalMethod_String

CalMethod_String

Method field stored in ICS file. Raw string enum value.

Property Value

string

See Also

EMailAppointment.CalMethod

Comment

Comment attached to the calendar event (accept / reject reason etc.)

Property Value

string

DtEnd

End date/time in ICS file.

Property Value

DateTime

DtStart

Start date/time in ICS file.

Property Value

DateTime

Participants

List of participants in the iCal file - first one being the organizer

Property Value

string[]

Sequence

Sequence number in ICS file.

Property Value

int

Superseded

A newer invitation exists

Property Value

bool

See Also

EMailAgent