EmailAttachment.EstimatedDownloadSizeInBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the estimated download size of the attachment.
public:
property unsigned long long EstimatedDownloadSizeInBytes { unsigned long long get(); void set(unsigned long long value); };
uint64_t EstimatedDownloadSizeInBytes();
void EstimatedDownloadSizeInBytes(uint64_t value);
public ulong EstimatedDownloadSizeInBytes { get; set; }
var uInt64 = emailAttachment.estimatedDownloadSizeInBytes;
emailAttachment.estimatedDownloadSizeInBytes = uInt64;
Public Property EstimatedDownloadSizeInBytes As ULong
Property Value
The estimated download size of the attachment.
Windows requirements
App capabilities |
email
emailSystem
|