[This is preliminary documentation and is subject to change.]

The MeetingAttendeeInfo type exposes the following members.

Constructors

  NameDescription
Public methodMeetingAttendeeInfoOverloaded.

Methods

  NameDescription
Public methodCompare
Implements the compare method for the IComparer Interface
Public methodEquals
Overrides the Object.Equals(Object) method for using in comparison of objects in Collections.
(Overrides Object..::.Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Overrides the Object.GetHashCode() method.
(Overrides Object..::.GetHashCode()()().)
Public methodGetObjectData
Gets the object data using the SerializationInfo and the StreamingContext.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyEmailAddress
Meeting attendies email Address.
Public propertyIsExternal
If the meeting attendee is external or not.
Public propertyName
Meeting attendies name.
Public propertyUserId
The user identifier ofthe meeting attendies.

See Also