VEventContacts Property
This is used to get the Contact (CONTACT) properties. There may be more than one.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If 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.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public ContactPropertyCollection Contacts { get; }VB
Public ReadOnly Property Contacts As ContactPropertyCollection
GetC++
public:
property ContactPropertyCollection^ Contacts {
ContactPropertyCollection^ get ();
}F#
member Contacts : ContactPropertyCollection with getProperty 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.