| Microsoft Chat Server SDK Reference |
|---|
This property contains the ban mask in the form 'nick!user@host'.
Mask = ChatBan.Mask
The ban mask can contain * and ? to indicate wildcards. It can also include the user's real identity following an exclamation point (!). The following table contains examples of valid ban masks.
| Mask | Meaning |
|---|---|
| user?? | Any nickname containing "user" followed by any two characters. |
| *!user@host | Specific user identity without regard to nickname. |
| *!*@host | Any users from the "host" domain. |
© 1998 Microsoft Corporation. All rights reserved.