Class RecipientInfo
This class is use to specify multiple user
Inherited Members
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class RecipientInfo
Properties
The email of the recipient
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Phone
The phone number of the recipient.
Declaration
public string Phone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |