MailboxEvent interface
The event type returned from inbox and sentbox subscriptions
Signature:
export interface MailboxEvent 
Properties
| Property | Type | Description | 
|---|---|---|
| message? | UserMessage | (Optional) | 
| messageID | string | |
| type | MailboxEventType | 
The event type returned from inbox and sentbox subscriptions
Signature:
export interface MailboxEvent 
| Property | Type | Description | 
|---|---|---|
| message? | UserMessage | (Optional) | 
| messageID | string | |
| type | MailboxEventType |