Class RecipientInfo
This class is use to specify multiple user
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.String |
Phone
The phone number of the recipient.
Declaration
public string Phone { get; set; }
Property Value
Type | Description |
---|---|
System.String |