AppointmentPageInfoItems Property |
Gets collection of ExchangeMessageInfo objects
Namespace:
Aspose.Email.Clients.Exchange
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AppointmentCollection Items { get; }Public ReadOnly Property Items As AppointmentCollection
Get
public:
property AppointmentCollection^ Items {
AppointmentCollection^ get ();
}member Items : AppointmentCollection with get
Property Value
Type:
AppointmentCollection
See Also