eq2mail (Data Type)¶
Description¶
This DataType includes all of the data available to ISXEQ2 related to an individual in-game email message.
Members¶
- int ID
- string Sender
- string Recipient
- string Subject
-
string Body
- Only works with ${EQ2Mail[opened]} and ${EQ2Mail[composing]}
- int Copper
- int Silver
- int Gold
- int Platinum
- iteminfo Gift
Methods (General)¶
- Cancel
- Open
- Delete
- ReceiveGifts
Methods (Composing)¶
Note: These methods will only work when using EQ2Mail[composing]
- Send
- AppendRecipient[Text]
- AppendSubject[Text]
-
AppendBody[Text]
- Note: Use the '\n' control for adding carriage returns.
-
RemoveGift
- Note: See the 'item' datatype for the method for attaching a gift.
- AddCopper[#]
- AddSilver[#]
- AddGold[#]
- AddPlatinum[#]
- RemoveCopper[#]
- RemoveSilver[#]
- RemoveGold[#]
- RemovePlatinum[#]
Example¶
EQ2Mail[composing]:AppendRecipient[Mymule]:AppendSubject[No Subject]:AppendBody[Look, a mail!]:AddPlatinum[100]:Send