| BodyPartBasicOctets Property |
Gets the size of the body part, in bytes.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public uint Octets { get; set; }
Property Value
UInt32The number of octets.
Remarks
Gets the size of the body part, in bytes.
See Also