DeviceAccountConfiguration.AlwaysDownloadFullMessage Property

Definition

Gets or sets a Boolean value indicating if the full email message should always be downloaded as opposed to only header information.

public:
 property bool AlwaysDownloadFullMessage { bool get(); void set(bool value); };
bool AlwaysDownloadFullMessage();

void AlwaysDownloadFullMessage(bool value);
public bool AlwaysDownloadFullMessage { get; set; }
var boolean = deviceAccountConfiguration.alwaysDownloadFullMessage;
deviceAccountConfiguration.alwaysDownloadFullMessage = boolean;
Public Property AlwaysDownloadFullMessage As Boolean

Property Value

Boolean

bool

A Boolean value indicating if the full email message should always be downloaded.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App capabilities
userDataAccountsProvider

Applies to