Participant Class |
Namespace: Limilabs.Mail.Appointments
The Participant type exposes the following members.
Name | Description | |
---|---|---|
Participant(String, String) |
Creates new participant with specified common name and email.
| |
Participant(String, String, ParticipationRole, Boolean) |
Creates new participant with specified common name and email.
|
Name | Description | |
---|---|---|
Cn |
Gets or sets the common name of the person.
(Inherited from Person.) | |
Gets or sets email of the person.
(Inherited from Person.) | ||
ResponseRequired |
Gets or sets information whether participant is required.
| |
Role |
Gets or sets participation role.
| |
Status |
Gets or sets participation status.
| |
Type |
Gets or sets participation role.
| |
XResponseComment |
Gets or sets X-RESPONSE-COMMENT value.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse |
Extracts participant information from specified header.
(Overrides PersonParse(PdiHeader).) | |
Render |
Renders this participant on specified calendar header.
(Overrides PersonRender(PdiHeader).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |