Hunny Software Library Reference

CapabilityResponse.ItemAt Method 

Gets the item at the specified position in the capabilities list.

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

Parameters

index
The position of the item to get.

Return Value

A string that describes one feature supported by the server.

Remarks

Each item is a string that describes one of the features supported by the server.

The index parameter must be in the range 0 <= index < NumItems.

See Also

CapabilityResponse Class | Hunny.Mail Namespace