mailslurp.Model.ImapSmtpAccessDetails
Access details for inbox using SMTP or IMAP
Properties
Name | Type | Description | Notes |
---|---|---|---|
SmtpServerHost | string | SMTP server host domain | |
SmtpServerPort | int | SMTP server host port | |
SmtpUsername | string | SMTP username for login | |
SmtpPassword | string | SMTP for login | |
ImapServerHost | string | IMAP server host domain | |
ImapServerPort | int | IMAP server host port | |
ImapUsername | string | IMAP username for login | |
ImapPassword | string | IMAP password for login |