VToDoContacts Property
This is used to get the Contact (CONTACT) properties. There may be more than one.
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public ContactPropertyCollection Contacts { get; }
Public ReadOnly Property Contacts As ContactPropertyCollection
Get
public:
property ContactPropertyCollection^ Contacts {
ContactPropertyCollection^ get ();
}
member Contacts : ContactPropertyCollection with get
Property Value
ContactPropertyCollectionIf the returned collection is empty, there are no contact properties for the object. This
property is only valid for iCalendar 2.0 objects. It is ignored for vCalendar 1.0 objects.