Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for the Azure Email Communication Service.
type Mail ¶
type Mail struct { Recipients MailRecipients Content MailContent Attachments []MailAttachment }
type MailAddress ¶
type MailAttachment ¶
type MailContent ¶
type MailRecipients ¶
type MailRecipients struct { To []MailAddress `json:"to"` Cc []MailAddress `json:"cc"` Bcc []MailAddress `json:"bcc"` }
Click to show internal directories.
Click to hide internal directories.