MailMessageType

Client Version 1, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/queries/msg_query_next_mail_time_server.wowm:12.

enum MailMessageType : u32 {
    NORMAL = 0;
    AUCTION = 2;
    CREATURE = 3;
    GAMEOBJECT = 4;
    ITEM = 5;
}

Type

The basic type is u32, a 4 byte (32 bit) little endian integer.

Enumerators

EnumeratorValueComment
NORMAL0 (0x00)
AUCTION2 (0x02)
CREATURE3 (0x03)client send CMSG_CREATURE_QUERY on this mailmessagetype
GAMEOBJECT4 (0x04)client send CMSG_GAMEOBJECT_QUERY on this mailmessagetype
ITEM5 (0x05)client send CMSG_ITEM_QUERY on this mailmessagetype

Used in: