AppointmentAttendees Property |
Gets or sets the attendees.
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.12
Syntaxpublic MailAddressCollection Attendees { get; set; }
Public Property Attendees As MailAddressCollection
Get
Set
public:
property MailAddressCollection^ Attendees {
MailAddressCollection^ get ();
void set (MailAddressCollection^ value);
}
member Attendees : MailAddressCollection with get, set
Property Value
Type:
MailAddressCollection
See Also