Class GetEnvelopesArgs
The Arge to retreived multiples envelops
Inheritance
GetEnvelopesArgs
Assembly: SecureExchangesSDK.dll
Syntax
public class GetEnvelopesArgs : BaseGetEnvelope, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded
Constructors
GetEnvelopesArgs(string, Guid, Guid, Guid, string, List<Recipient>, string)
Declaration
public GetEnvelopesArgs(string endPointConfigurationName, Guid serial, Guid apiUser, Guid apiPassword, string subject, List<Recipient> recipients, string cultureID)
Parameters
GetEnvelopesArgs(Uri, Guid, Guid, Guid, string, List<Recipient>, string)
Declaration
public GetEnvelopesArgs(Uri endPointUri, Guid serial, Guid apiUser, Guid apiPassword, string subject, List<Recipient> recipients, string cultureID)
Parameters
Properties
ApiPassword
Declaration
public Guid ApiPassword { get; set; }
Property Value
ApiUser
Declaration
public Guid ApiUser { get; set; }
Property Value
EndPointConfigurationName
The endpoint configuration name
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
EndPointUri
Declaration
public Uri EndPointUri { get; set; }
Property Value
Recipients
The list of destination for the envelops
If the phone is filed, the recipient will need a TFA (Two factor authentication) with sms
Declaration
public List<Recipient> Recipients { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Implements
Extension Methods