Attachment.BlockLevel Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::OlAttachmentBlockLevel BlockLevel { Microsoft::Office::Interop::Outlook::OlAttachmentBlockLevel get(); };
public Microsoft.Office.Interop.Outlook.OlAttachmentBlockLevel BlockLevel { get; }
Public ReadOnly Property BlockLevel As OlAttachmentBlockLevel

Property Value

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.

Applies to