|
| wxMailMessage (const wxString &subject, const wxString &to, const wxString &body, const wxString &from=wxEmptyString, const wxString &attachment=wxEmptyString, const wxString &attachmentTitle=wxEmptyString) |
|
void | AddTo (const wxString &to) |
|
void | AddCc (const wxString &cc) |
|
void | AddBcc (const wxString &bcc) |
|
void | AddAttachment (const wxString &attach, const wxString &title=wxEmptyString) |
|
void | SetSubject (const wxString &subject) |
|
void | SetBody (const wxString &body) |
|
void | SetFrom (const wxString &from) |
|
Definition at line 40 of file msg.h.
◆ wxMailMessage() [1/2]
wxMailMessage::wxMailMessage |
( |
const wxString & |
subject, |
|
|
const wxString & |
to, |
|
|
const wxString & |
body, |
|
|
const wxString & |
from = wxEmptyString , |
|
|
const wxString & |
attachment = wxEmptyString , |
|
|
const wxString & |
attachmentTitle = wxEmptyString |
|
) |
| |
|
inline |
Definition at line 43 of file msg.h.
◆ wxMailMessage() [2/2]
wxMailMessage::wxMailMessage |
( |
| ) |
|
|
inline |
Definition at line 57 of file msg.h.
◆ AddAttachment()
void wxMailMessage::AddAttachment |
( |
const wxString & |
attach, |
|
|
const wxString & |
title = wxEmptyString |
|
) |
| |
|
inline |
Definition at line 64 of file msg.h.
◆ AddBcc()
void wxMailMessage::AddBcc |
( |
const wxString & |
bcc | ) |
|
|
inline |
Definition at line 63 of file msg.h.
◆ AddCc()
void wxMailMessage::AddCc |
( |
const wxString & |
cc | ) |
|
|
inline |
Definition at line 62 of file msg.h.
◆ AddTo()
void wxMailMessage::AddTo |
( |
const wxString & |
to | ) |
|
|
inline |
Definition at line 61 of file msg.h.
◆ SetBody()
void wxMailMessage::SetBody |
( |
const wxString & |
body | ) |
|
|
inline |
Definition at line 71 of file msg.h.
◆ SetFrom()
void wxMailMessage::SetFrom |
( |
const wxString & |
from | ) |
|
|
inline |
Definition at line 72 of file msg.h.
◆ SetSubject()
void wxMailMessage::SetSubject |
( |
const wxString & |
subject | ) |
|
|
inline |
Definition at line 70 of file msg.h.
◆ m_attachments
wxArrayString wxMailMessage::m_attachments |
Definition at line 81 of file msg.h.
◆ m_attachmentTitles
wxArrayString wxMailMessage::m_attachmentTitles |
Definition at line 83 of file msg.h.
◆ m_bcc
wxArrayString wxMailMessage::m_bcc |
Definition at line 78 of file msg.h.
◆ m_body
wxString wxMailMessage::m_body |
Definition at line 80 of file msg.h.
◆ m_cc
wxArrayString wxMailMessage::m_cc |
Definition at line 77 of file msg.h.
◆ m_from
wxString wxMailMessage::m_from |
Definition at line 76 of file msg.h.
◆ m_subject
wxString wxMailMessage::m_subject |
Definition at line 79 of file msg.h.
◆ m_to
wxArrayString wxMailMessage::m_to |
Definition at line 75 of file msg.h.
The documentation for this class was generated from the following file:
- /home/runner/work/main/main/opencpn/plugins/grib_pi/src/msg.h