Class GetEnveloppeArgs
Inheritance
GetEnveloppeArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetEnveloppeArgs : INotifyPropertyChanged
Properties
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
AutorizedExtension
Declaration
public string[] AutorizedExtension { get; set; }
Property Value
CallBackParameters
Declaration
public string CallBackParameters { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
Declaration
public string CryptedTFAContact { get; set; }
Property Value
CultureID
Declaration
public string CultureID { get; set; }
Property Value
Destination
Declaration
public string Destination { get; set; }
Property Value
MaxExpirationDelais
Declaration
public string MaxExpirationDelais { get; set; }
Property Value
MaxOpenTime
Declaration
public string MaxOpenTime { get; set; }
Property Value
NotifyWhenRead
Declaration
public bool NotifyWhenRead { get; set; }
Property Value
ReplyToAPI
Declaration
public bool ReplyToAPI { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
TFA
Declaration
public TFAMode TFA { 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