Mail..::..SendMessage Method
Send message with items.
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
public static void SendMessage( string target, string titleMsg, string txtMsg, List<string> itemSend, List<string> itemNoSend, List<WoWItemQuality> itemQuality, out bool needRunAgain )
Parameters
- target
- Type: String
intended recipient of the mail.
- titleMsg
- Type: String
subject of the mail.
- txtMsg
- Type: String
body of the mail (can be empty).
- itemQuality
- Type: List<(Of <(<'WoWItemQuality>)>)>
List of item qualities to send.
- needRunAgain
- Type: Boolean%
if set to true items in the bag can still be sent.