Attachment.EncodedContent Property


Gets the enconded content (raw data) of the attachment.

[Visual Basic 6.0]
Public Property Get EncodedContent() As Variant
[Visual C++]
public: get_EncodedContent( VARIANT* pVal );

Property Value

A unsigned byte array containing the attachment raw data.

See Also

Mail.Attachments Property

Online Tutorials

Parse Email in VB6 - Tutorial
Parse winmail.dat(TNEF) in VB6 - Tutorial
Parse Email in Delphi - Tutorial
Parse winmail.dat(TNEF) in Delphi - Tutorial
Parse Email in VC++ - Tutorial
Parse winmail.dat(TNEF) in VC++ - Tutorial