DocuSignClient.GetRecipientFieldsAsync 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.
Get recipient info from envelope
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.Signer> GetRecipientFieldsAsync(string account, string envelope, string recipientEmail = default, string areaCode = default, string phoneNumber = default, string recipientId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRecipientFieldsAsync : string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.Signer>
override this.GetRecipientFieldsAsync : string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.Signer>
Public Overridable Function GetRecipientFieldsAsync (account As String, envelope As String, Optional recipientEmail As String = Nothing, Optional areaCode As String = Nothing, Optional phoneNumber As String = Nothing, Optional recipientId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Signer)
Parameters
- account
- String
Account
- envelope
- String
Envelope
- recipientEmail
- String
Recipient Email
- areaCode
- String
Area Code
- phoneNumber
- String
Phone Number
- recipientId
- String
Recipient Id
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get recipient info from envelope response.
Remarks
Get recipient info from envelope