Attachment.BlockLevel Property

Outlook Developer Reference

Returns an OlAttachmentBlockLevel constant that specifies if there is any restriction on the attachment based on its file extension. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.BlockLevel

expression   A variable that represents an Attachment object.

Remarks

This value of this property reflects whether an attachment is blocked based on its file extension and how attachment security has been set up on the client computer. For more information on attachment security in Outlook, see the Office Resource Kit Web site.

See Also