InstantSearchPayloadTypeCalendarItems Property |
Namespace:
Aspose.Email.Clients.Exchange.WebService.Schema_2016
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic CalendarItemType[] CalendarItems { get; set; }Public Property CalendarItems As CalendarItemType()
Get
Set
public:
property array<CalendarItemType^>^ CalendarItems {
array<CalendarItemType^>^ get ();
void set (array<CalendarItemType^>^ value);
}member CalendarItems : CalendarItemType[] with get, set
Property Value
Type:
CalendarItemType
Remarks
See Also