enumPrivateMessageType EnumerationenumPrivateMessageType Enumeration*
*



Contents  *



Index  *Topic Contents
*Previous Topic: enumMessageType Enumeration
*Next Topic: enumServerMessageType Enumeration

enumPrivateMessageType Enumeration

Used in the OnPrivateMessage event and the SendPrivateMessage method parameters.

ValueDescription
pmtNormal Value = &H0. Used in the OnPrivateMessage event and the SendPrivateMessage method to send a regular text message.
pmtNotice Value = &H1. Sends a regular text message to the users, like pmtNormal, but the client does not expect an answer from the recipients.
pmtData Value = &H2. Can be used only on IRCX servers. Sends data instead of text.
pmtDataRequest Value = &H4. Can be used only on IRCX servers. Sends data instead of text, like pmtData, but the sender expects a pmtDataReply reply from the recipient(s).
pmtDataReply Value = &H8. Can be used only on IRCX servers. Similar to pmtData, but the sender does not want a reply from the recipient(s).
pmtDataRaw Value = &H10. Can be used only on IRCX servers. Sends raw bytes to the server without using an internal message header. This flag must be combined with pmtData, pmtDataRequest, or pmtDataReply.
pmtAway Value = &H20. For incoming away messages.
pmtVersion Value = &H40. Requests or sends version information.
pmtLagTime Value = &H80. Requests or gets the lag time with a user or users.
pmtLocalTime Value = &H100. Requests or gets the local time of a user or users.
pmtAction Value = &H200. Sends or receives an action CTCP (Client to Client Protocol) to a user or users.
pmtSound Value = &H400. Sends or receives a sound CTCP to a user or users.
pmtCTCP Value = &H800. Sends or receives a regular CTCP to a user or users.
pmtInfo Value = &H1000. Same as msgtInfo, used to indicate what kind of avatar and what type of gesture to display.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.