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
Inherited Members
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 | |
| Guid | sems | |
| SEMail |
Properties
EndPointConfigurationName
The endpoint configuration name
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndPointUri
The endpoint uri
Declaration
public Uri EndPointUri { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| Guid |