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