Class MessageRecipient
- Namespace
- SenseAnywhere.Sdk.Messages.Headers
- Assembly
- SenseAnywhere.Sdk.dll
Represents the recipient of a Webhook message.
public class MessageRecipient
- Inheritance
-
MessageRecipient
- Inherited Members
Constructors
MessageRecipient(string, string)
Initializes a new instance of the MessageRecipient class.
public MessageRecipient(string recipientId, string name)
Parameters
Properties
Name
Gets the name of the recipient.
public string Name { get; }
Property Value
RecipientId
Gets the unique identifier of the recipient.
public string RecipientId { get; }