ISXEQ2:eq2mail (Data Type)

From ISMods Wiki


Contents

ISXEQ2 information for ISXEQ2:eq2mail (Data Type) has moved

Please see: http://eq2.isxgames.com/wiki for up-to-date content.


Description

This DataType includes all of the data available to ISXEQ2 that is related to an individual email


Members

Only works with ${EQ2Mail[opened]} and ${EQ2Mail[composing]}

Methods

  • Cancel
  • Send - only works when using "EQ2Mail[composing]"

The following methods can be used with ${EQ2Mail[#]}, which negates the need to open mail just to delete it or recieve gifts.

  • Open
  • Delete
  • ReceiveGifts

Methods: Composing

  • 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[#]

Returns

Inherits

See Also