PropertySet.BlockExternalImages Property

Definition

Gets or sets value indicating whether to convert URLs that point to image files to inline images. The BlockExternalImages property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Nullable<bool> BlockExternalImages { Nullable<bool> get(); void set(Nullable<bool> value); };
public Nullable<bool> BlockExternalImages { get; set; }
Public Property BlockExternalImages As Nullable(Of Boolean)

Property Value

true if URLs that point to image files should be converted to inline images; otherwise, false.

Applies to