Class InboxDeletedEventData
Represents payload of the InboxDeletedEvent.
public class InboxDeletedEventData
- Inheritance
-
InboxDeletedEventData
- Inherited Members
Properties
InboxId
ID of the deleted Inbox.
public string InboxId { get; set; }