CStorage.AttachmentSize Property | |
Returns the file size of a currently stored or an opened attachment file. This access is called during receiving an email.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY AttachmentSize AS DWORD GET
public virtual uint AttachmentSize { get; }
Request Example
View SourceProperty Value
Type:
DWordThe file size of a currently stored or an opened attachment file. This access is called during receiving an email.
See Also