Show / Hide Table of Contents

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
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
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 mail

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

Mail

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

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

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