Hunny Software Library Reference

FetchResponse.Flags Property

Gets the FLAGS data, if present.

[Visual Basic]
Public ReadOnly Property Flags As FlagsData
[C#]
public FlagsData Flags {get;}

Property Value

The FLAGS data item, if present; otherwise null.

Remarks

The FLAGS data item contains information about the flag attributes that are set for the message, such as whether the message has been read, whether it has been answered, and so on.

If there is no FLAGS data item, the property's value is null.

See Also

FetchResponse Class | Hunny.Mail Namespace