CEmail.AttachmentInfo Property | |
Returns or sets the information about all attachments as a single string.
For each attachment there is a separate line.
Each line contains: The Fully qualified filename, Content Type, Encoding, ID, Size, ContentId
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY AttachmentInfo AS USUAL GET SET
public virtual Usual AttachmentInfo { get; set; }
Request Example
View SourceProperty Value
Type:
Usual
or sets the information about all attachments as a single string.
For each attachment there is a separate line.
Each line contains: The Fully qualified filename, Content Type, Encoding, ID, Size, ContentId
See Also