Hunny Software Library Reference

BodySectionData.Offset Property

Gets the offset of the content within the section.

[Visual Basic]
Public ReadOnly Property Offset As Integer
[C#]
public int Offset {get;}

Property Value

The offset of the content.

Remarks

IMAP4 allows you to retrieve a segment of a data item, such as a segment of a full message. When you retrieve a segment, you specify an offset and length in your FETCH command. Then the server's response indicates the offset of the returned segment, which is the same as the offset in your command.

The Offset property value contains the offset from the server's response.

See Also

BodySectionData Class | Hunny.Mail Namespace