Hunny Software Library Reference

BaseListResponse.HasFlag Method 

Indicates if the specified flag is present in the response.

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

Parameters

flag
The flag to check for in the response.

Return Value

true if the specified flag is present in the response.

Remarks

You may use this method to check if a specified flag is present in the response. For standard flags, you may prefer to use the properties Noinferiors, Noselect, Marked, and Unmarked.

See Also

BaseListResponse Class | Hunny.Mail Namespace