 | BodyPartBasicOctets Property |
Gets the size of the body part, in bytes.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.12.1
Syntaxpublic uint Octets { get; set; }
Property Value
UInt32The number of octets.
RemarksGets the size of the body part, in bytes.
Note |
---|
Note that this size is the size in its transfer encoding
and not the resulting size after any decoding. |
See Also