MailboxData.AttendeeType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property ExchangeWebServices::MeetingAttendeeType AttendeeType { ExchangeWebServices::MeetingAttendeeType get(); void set(ExchangeWebServices::MeetingAttendeeType value); };
public ExchangeWebServices.MeetingAttendeeType AttendeeType { get; set; }
Public Property AttendeeType As 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.