An Event that happened to an Email.
More...
#include "email.h"
|
int | num_emails |
| Number of Emails the event applies to.
|
|
struct Email ** | emails |
| Emails affected by the event.
|
|
An Event that happened to an Email.
Definition at line 195 of file email.h.
◆ num_emails
int EventEmail::num_emails |
Number of Emails the event applies to.
Definition at line 197 of file email.h.
◆ emails
struct Email** EventEmail::emails |
Emails affected by the event.
Definition at line 198 of file email.h.
The documentation for this struct was generated from the following file: