mailslurp.Model.CreateContactOptions
Options for creating an email contact in address book
Properties
Name | Type | Description | Notes |
---|---|---|---|
FirstName | string | [optional] | |
LastName | string | [optional] | |
Company | string | [optional] | |
EmailAddresses | List | Set of email addresses belonging to the contact | [optional] |
Tags | List | Tags that can be used to search and group contacts | [optional] |
MetaData | Object | [optional] | |
OptOut | bool? | Has the user explicitly or implicitly opted out of being contacted? If so MailSlurp will ignore them in all actions. | [optional] |
GroupId | Guid? | Group IDs that contact belongs to | [optional] |