Skip to content

Latest commit

 

History

History
29 lines (12 loc) · 679 Bytes

7a300b59-3d58-c2d0-afa3-c3e7ef6450b7.md

File metadata and controls

29 lines (12 loc) · 679 Bytes

Attachment.Size Property (Outlook)

Returns a Long indicating the size (in bytes) of the attachment. Read-only.

Syntax

expression . Size

expression A variable that represents an Attachment object.

Remarks

This information may not always be available for attachments. For example, on an S/MIME message, the actual attachment sizes are unknown until the attachment is extracted. In cases where the attachment size cannot be determined, this property returns 0.

See also

Concepts

Attachment Object

Other resources

Attachment Object Members