Secure Exchanges SDK Documentation
Search Results for

    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
    object
    SendArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    Guid sems
    SEMail mail

    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

    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
    Guid

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation