MailboxData.AttendeeType Property
The AttendeeType property gets or sets a value that identifies the type of attendee that is identified by the Email property. This property is required per the schema. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
Public Property AttendeeType As MeetingAttendeeType
public MeetingAttendeeType AttendeeType { get; set; }
public:
property MeetingAttendeeType AttendeeType {
MeetingAttendeeType get ();
void set (MeetingAttendeeType value);
}
/** @property */
public MeetingAttendeeType get_AttendeeType ()
/** @property */
public void set_AttendeeType (MeetingAttendeeType value)
public function get AttendeeType () : MeetingAttendeeType
public function set AttendeeType (value : MeetingAttendeeType)
Property Value
The AttendeeType property returns a MeetingAttendeeType enumeration value.
Remarks
If this property is not set when you are using a proxy that is created by Microsoft Visual Studio 2005, the default value of Organizer will be used.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also