Enum ContactType
Defines DocumentList as Sent, Received and Both.
[JsonConverter(typeof(StringEnumConverter))]
public enum ContactType
Fields
[EnumMember(Value = "AllContacts")] AllContacts = 1Enum for AllContacts
[EnumMember(Value = "MyContacts")] MyContacts = 0Enum for AllContacts