Class SendArgs
This args is used with the SEMS to send a message. Use this to send an encrypted email by the SEMS The email must have be executed by the encryption process
Inheritance
System.Object
SendArgs
Inherited Members
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 SendArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration
Constructors
SendArgs(IEndPointConfiguration, Guid, SEMail)
The default constructor
Declaration
public SendArgs(IEndPointConfiguration endPoint, Guid sems, SEMail mail)
Parameters
| Type | Name | Description |
|---|---|---|
| IEndPointConfiguration | endPoint | |
| System.Guid | sems | |
| SEMail |
Properties
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 |
The SEMail object need to be send by the SEMS
Declaration
public SEMail Mail { get; set; }
Property Value
| Type | Description |
|---|---|
| SEMail |
SEMS
The SEMS ID, generally in the URL
Declaration
public Guid SEMS { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |