Click or drag to resize
MimeKit

BodyPartBasicOctets Property

Gets the size of the body part, in bytes.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.12.1
Syntax
C#
public uint Octets { get; set; }

Property Value

UInt32
The number of octets.
Remarks

Gets the size of the body part, in bytes.

Note  Note
Note that this size is the size in its transfer encoding and not the resulting size after any decoding.
See Also