Microsoft Chat Server SDK Reference <<>>

Mask Property

This property contains the ban mask in the form 'nick!user@host'.

Syntax

Mask = ChatBan.Mask

Parameters

Mask
String representing the ban mask.

Remarks

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.

See Also

DomainName

Nickname

UserName


© 1998 Microsoft Corporation. All rights reserved.