Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SendMultiRecipientArgs

    Inheritance
    object
    SendMultiRecipientArgs
    Implements
    INotifyPropertyChanged
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.SecureExchanges
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class SendMultiRecipientArgs : INotifyPropertyChanged

    Properties

    AccessKey

    Declaration
    public Guid AccessKey { get; set; }
    Property Value
    Type Description
    Guid

    Base64SignFilesRequiredList

    Declaration
    public string Base64SignFilesRequiredList { get; set; }
    Property Value
    Type Description
    string

    CallBackParameters

    Declaration
    public string CallBackParameters { get; set; }
    Property Value
    Type Description
    string

    ClearTextNotification

    Declaration
    public bool ClearTextNotification { get; set; }
    Property Value
    Type Description
    bool

    CreateMessageCopy

    Declaration
    public bool CreateMessageCopy { get; set; }
    Property Value
    Type Description
    bool

    CryptedExtensionConfiguration

    Declaration
    public string CryptedExtensionConfiguration { get; set; }
    Property Value
    Type Description
    string

    CryptedHandShakeID

    Declaration
    public string CryptedHandShakeID { get; set; }
    Property Value
    Type Description
    string

    CryptedReplyMessageOptions

    Declaration
    public string CryptedReplyMessageOptions { get; set; }
    Property Value
    Type Description
    string

    CryptedSignManifest

    Declaration
    public string CryptedSignManifest { get; set; }
    Property Value
    Type Description
    string

    CryptedValidationKeyHash

    Declaration
    public string CryptedValidationKeyHash { get; set; }
    Property Value
    Type Description
    string

    CultureID

    Declaration
    public string CultureID { get; set; }
    Property Value
    Type Description
    string

    Files

    Declaration
    public string Files { get; set; }
    Property Value
    Type Description
    string

    IsConfigureAwaitNeeded

    Declaration
    public bool IsConfigureAwaitNeeded { get; set; }
    Property Value
    Type Description
    bool

    IsPasswordProtected

    Declaration
    public bool? IsPasswordProtected { get; set; }
    Property Value
    Type Description
    bool?

    MaximumOpenTime

    Declaration
    public string MaximumOpenTime { get; set; }
    Property Value
    Type Description
    string

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    string

    MessengingSignResendID

    Declaration
    public Guid MessengingSignResendID { get; set; }
    Property Value
    Type Description
    Guid

    MinutesExpiration

    Declaration
    public string MinutesExpiration { get; set; }
    Property Value
    Type Description
    string

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Notify

    Declaration
    public bool Notify { get; set; }
    Property Value
    Type Description
    bool

    OwnerDontNeedToSign

    Declaration
    public bool OwnerDontNeedToSign { get; set; }
    Property Value
    Type Description
    bool

    Password

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string

    Recipients

    Declaration
    public Recipient[] Recipients { get; set; }
    Property Value
    Type Description
    Recipient[]

    ReturnHTML

    Declaration
    public bool ReturnHTML { get; set; }
    Property Value
    Type Description
    bool

    SendMethod

    Declaration
    public SendMethodEnum SendMethod { get; set; }
    Property Value
    Type Description
    SendMethodEnum

    Serial

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

    ShowSubject

    Declaration
    public bool ShowSubject { get; set; }
    Property Value
    Type Description
    bool

    Subject

    Declaration
    public string Subject { get; set; }
    Property Value
    Type Description
    string

    User

    Declaration
    public string User { get; set; }
    Property Value
    Type Description
    string

    Methods

    RaisePropertyChanged(string)

    Declaration
    protected void RaisePropertyChanged(string propertyName)
    Parameters
    Type Name Description
    string propertyName

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged

    Extension Methods

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