[This is preliminary documentation and is subject to change.]
The MeetingAttendeeInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MeetingAttendeeInfo | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Compare |
Implements the compare method for the IComparer Interface
|
![]() | Equals |
Overrides the Object.Equals(Object) method for using in comparison of
objects in Collections.
(Overrides Object..::.Equals(Object).) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Overrides the Object.GetHashCode() method.
(Overrides Object..::.GetHashCode()()().) |
![]() | GetObjectData |
Gets the object data using the SerializationInfo and the
StreamingContext.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | EmailAddress |
Meeting attendies email Address.
|
![]() | IsExternal |
If the meeting attendee is external or not.
|
![]() | Name |
Meeting attendies name.
|
![]() | UserId |
The user identifier ofthe meeting attendies.
|