Hunny Software Library Reference

FlagsData.HasFlag Method 

Indicates if the specified flag is present.

[Visual Basic]
Public Function HasFlag( _
   ByVal which As String _
) As Boolean
[C#]
public bool HasFlag(
   string which
);

Parameters

which
The flag to check for.

Return Value

True if the specified flag is present.

See Also

FlagsData Class | Hunny.Mail Namespace