Click or drag to resize

EventSequence Property

Gets or sets sequence of this event. You should increment this number for each event update. First update should have sequence set to 1.

Namespace:  Limilabs.Mail.Appointments
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public int? Sequence { get; set; }

Property Value

Type: NullableInt32
See Also