The Meeting Member object represents an OfficeTalk Meeting member. This object provides access to the common object functionality.
MeetingMember Methods |
Edit | Lets the caller edit the properties of the Task via a dialog box |
Update | Saves changes to this task |
Delete | Deletes the task |
Value | Gets the value of the passed in field/column name |
Value= | Sets the value of the passed in field/column name |
SetAttending | Marks this member as attending |
MeetingMember Properties |
Name | Represents the tasks description |
LastEditedDate | The date on which the task was last changed |
CreationDate | The date when the task was created |
Available Fields |
Name |
Type |
Description |
ID | Long | The meeting member's ID |
Name | String | The name of this meeting member |
Required | Boolean | True if this meeting member is required to attend the associated meeting |
Last Edited | Date | The date on which the meeting member was last changed (Read only) |
SetAttending(bAttending, sReason As String)