DocuSignClient.SendDraftEnvelopeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Send envelope
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.SendDraftEnvelopeResponse> SendDraftEnvelopeAsync(string account, string envelope, System.Threading.CancellationToken cancellationToken = default);
abstract member SendDraftEnvelopeAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.SendDraftEnvelopeResponse>
override this.SendDraftEnvelopeAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.SendDraftEnvelopeResponse>
Public Overridable Function SendDraftEnvelopeAsync (account As String, envelope As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SendDraftEnvelopeResponse)
Parameters
- account
- String
Account
- envelope
- String
Envelope
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Send envelope response.
Remarks
Send an existing envelope.