Table of Contents

Class InboxEntryDeletedEventData

Namespace
PrivMX.Endpoint.Inbox.Models
Assembly
PrivMX.Endpoint.dll

Represents payload of the InboxEntryDeletedEvent.

public class InboxEntryDeletedEventData
Inheritance
InboxEntryDeletedEventData
Inherited Members

Properties

EntryId

ID of the deleted Inbox entry.

public string EntryId { get; set; }

Property Value

string

InboxId

ID of the Inbox that the entry is deleted from.

public string InboxId { get; set; }

Property Value

string