Class SendMultiRecipientArgs
Inheritance
SendMultiRecipientArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SendMultiRecipientArgs : INotifyPropertyChanged
Properties
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
Base64SignFilesRequiredList
Declaration
public string Base64SignFilesRequiredList { get; set; }
Property Value
CallBackParameters
Declaration
public string CallBackParameters { get; set; }
Property Value
ClearTextNotification
Declaration
public bool ClearTextNotification { get; set; }
Property Value
CreateMessageCopy
Declaration
public bool CreateMessageCopy { get; set; }
Property Value
CryptedExtensionConfiguration
Declaration
public string CryptedExtensionConfiguration { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
CryptedReplyMessageOptions
Declaration
public string CryptedReplyMessageOptions { get; set; }
Property Value
CryptedSignManifest
Declaration
public string CryptedSignManifest { get; set; }
Property Value
CryptedValidationKeyHash
Declaration
public string CryptedValidationKeyHash { get; set; }
Property Value
CultureID
Declaration
public string CultureID { get; set; }
Property Value
Files
Declaration
public string Files { get; set; }
Property Value
Declaration
public bool IsConfigureAwaitNeeded { get; set; }
Property Value
IsPasswordProtected
Declaration
public bool? IsPasswordProtected { get; set; }
Property Value
MaximumOpenTime
Declaration
public string MaximumOpenTime { get; set; }
Property Value
Message
Declaration
public string Message { get; set; }
Property Value
MessengingSignResendID
Declaration
public Guid MessengingSignResendID { get; set; }
Property Value
MinutesExpiration
Declaration
public string MinutesExpiration { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Notify
Declaration
public bool Notify { get; set; }
Property Value
OwnerDontNeedToSign
Declaration
public bool OwnerDontNeedToSign { get; set; }
Property Value
Password
Declaration
public string Password { get; set; }
Property Value
Recipients
Declaration
public Recipient[] Recipients { get; set; }
Property Value
ReturnHTML
Declaration
public bool ReturnHTML { get; set; }
Property Value
SendMethod
Declaration
public SendMethodEnum SendMethod { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
ShowSubject
Declaration
public bool ShowSubject { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
User
Declaration
public string User { get; set; }
Property Value
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
Implements
Extension Methods