Enum SearchInboxesOptions.InboxTypeEnum
Type of inbox. HTTP inboxes are faster and better for most cases. SMTP inboxes are more suited for public facing inbound messages (but cannot send).
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum SearchInboxesOptions.InboxTypeEnum
Fields
Name | Description |
---|---|
HTTPINBOX | Enum HTTPINBOX for value: HTTP_INBOX |
SMTPINBOX | Enum SMTPINBOX for value: SMTP_INBOX |