# EnvelopeFormData ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **emailSubject** | **String** | The subject line of the email message that is sent to all recipients. For information about adding merge field information to the email subject, see [Template Email Subject Merge Fields](https://developers.docusign.com/esign-rest-api/reference/Templates/Templates/create#template-email-subject-merge-fields). | [optional] **envelopeId** | **String** | The id of the envelope. | [optional] **formData** | [FormDataItem] | An array of form data objects. | [optional] **recipientFormData** | [RecipientFormData] | An array of form data objects that are associated with specific recipients. | [optional] **sentDateTime** | **String** | The UTC DateTime when the envelope was sent. Read only. | [optional] **status** | **String** | Indicates the envelope status. Valid values are: * `completed`: The recipients have finished working with the envelope: the documents are signed and all required tabs are filled in. * `created`: The envelope is created as a draft. It can be modified and sent later. * `declined`: The envelope has been declined by the recipients. * `delivered`: The envelope has been delivered to the recipients. * `sent`: The envelope will be sent to the recipients after the envelope is created. * `signed`: The envelope has been signed by the recipients. * `voided`: The envelope is no longer valid and recipients cannot access or sign the envelope. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)