IAttachmentSecurity::IsAttachmentBlocked

IAttachmentSecurity::IsAttachmentBlocked

Checks if a specified attachment is blocked by Microsoft Office Outlook for viewing and indexing.

Quick Info

See IAttachmentSecurity.

  HRESULT IAttachmentSecurity::IsAttachmentBlocked(
    LPCWSTR pwszFileName, 
    BOOL *pfBlocked
);

Parameters

pwszFileName

[in] Pointer to the filename of an attachment.

pfBlocked

[out] Pointer to a value indicating TRUE if the specified attachment is blocked, FALSE otherwise.

See Also

Constants for the Attachment Security API

How to: Verify if an Attachment is Blocked