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.3.0
Syntax
C#
public uint Octets { get; set; }

Property Value

UInt32
The number of octets.
Remarks
Gets the size of the body part, in bytes.
See Also