Hunny Software Library Reference

FlagsData.Flag Method 

Gets the flag at the specified position.

[Visual Basic]
Public Function Flag( _
   ByVal index As Integer _
) As String
[C#]
public string Flag(
   int index
);

Parameters

index
The position of the flag to get.

Return Value

The flag at the specified position.

Remarks

The index argument must satisfy the constraints 0 <= index < NumFlags.

See Also

FlagsData Class | Hunny.Mail Namespace