Show / Hide Table of Contents

Class GetEnveloppeArgs

The retreived an envelop and send it to a customer to received an encrypted email

Inheritance
System.Object
BaseGetEnvelope
GetEnveloppeArgs
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded
Inherited Members
BaseGetEnvelope.CultureID
BaseGetEnvelope.Subject
BaseGetEnvelope.MaximumReplyOpenTime
BaseGetEnvelope.ReplyExpirationHours
BaseGetEnvelope.NotifyWhenRead
BaseGetEnvelope.ReplyToAPI
BaseGetEnvelope.CallBackParameters
BaseGetEnvelope.ReplyOptions
BaseGetEnvelope.AuthorizedExtensions
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class GetEnveloppeArgs : BaseGetEnvelope, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

Constructors

GetEnveloppeArgs(String, Guid, Guid, Guid, String, String, String)

Declaration
public GetEnveloppeArgs(string endPointConfigurationName, Guid serial, Guid apiUser, Guid apiPassword, string subject, string destination, string cultureID)
Parameters
Type Name Description
System.String endPointConfigurationName
System.Guid serial
System.Guid apiUser
System.Guid apiPassword
System.String subject
System.String destination
System.String cultureID

GetEnveloppeArgs(Uri, Guid, Guid, Guid, String, String, String)

Declaration
public GetEnveloppeArgs(Uri endPointUri, Guid serial, Guid apiUser, Guid apiPassword, string subject, string destination, string cultureID)
Parameters
Type Name Description
System.Uri endPointUri
System.Guid serial
System.Guid apiUser
System.Guid apiPassword
System.String subject
System.String destination
System.String cultureID

Properties

ApiPassword

the api password

Declaration
public Guid ApiPassword { get; set; }
Property Value
Type Description
System.Guid

ApiUser

The api user

Declaration
public Guid ApiUser { get; set; }
Property Value
Type Description
System.Guid

Destination

The destination, it's for referene only (in the log)

Declaration
public string Destination { get; set; }
Property Value
Type Description
System.String

EndPointConfigurationName

The endpoint configuration name

Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type Description
System.String

EndPointUri

The endpoint URI

Declaration
public Uri EndPointUri { get; set; }
Property Value
Type Description
System.Uri

Serial

The Serial

Declaration
public Guid Serial { get; set; }
Property Value
Type Description
System.Guid

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX