Struct DeletedOrModifiedInstances
- Namespace
- Encryptomatic.MailDex.Lib.Messaging.Calendar
- Assembly
- MailDex.Lib.dll
Deleted or modified instances struct.
public struct DeletedOrModifiedInstances
- Inherited Members
Properties
Count
An integer that specifies the number of elements in the Dates field.
public uint Count { get; set; }
Property Value
Dates
An array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence. The number of dates contained in this array is specified by the DeletedInstanceCount field.
public DateTime[] Dates { get; }
Property Value
- DateTime[]