Uses of Class
com.docusign.esign.api.EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions
-
Packages that use EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions Package Description com.docusign.esign.api -
-
Uses of EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions Modifier and Type Method Description BccEmailArchiveHistoryListEmailArchiveApi. getBCCEmailArchiveHistoryList(String accountId, String bccEmailArchiveId, EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions options)Get the blind carbon copy email archive history entries for the specified archive.ApiResponse<BccEmailArchiveHistoryList>EmailArchiveApi. getBCCEmailArchiveHistoryListWithHttpInfo(String accountId, String bccEmailArchiveId, EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions options)Get the blind carbon copy email archive history entries for the specified archive This method returns a specific BCC email archive configuration for an account, as well as the history of changes to the email address.
-