How can I get the Size of a single Pop3 Mail (incluiding attachments)?
You can use Pop3.GetSizeByUID method.
This is the total size of the message including attachments after encoding.
Attachments in most cases are encoded using base64 - which means that after decoding they take less space.