Table of Contents

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

recipientId string

The unique identifier of the recipient.

name string

The name of the recipient.

Properties

Name

Gets the name of the recipient.

public string Name { get; }

Property Value

string

RecipientId

Gets the unique identifier of the recipient.

public string RecipientId { get; }

Property Value

string