EQ2_onSendMailComplete (Event)¶
- Table of contents
- EQ2_onSendMailComplete (Event)
- Description
- Usage
Description¶
The EQ2_onSendMailComplete event will fire when your mail has been sent (e.g. using "EQ2Mail[Composing]:Send").
Usage¶
Event
[EQ2_onSendMailComplete]:AttachAtom[MyAtom
]
...
atom MyAtom()
{
;do stuff
}