Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEAttachment.ContentStream

TElSimpleMIMEAttachment     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies stream with the attachment content.

Declaration

[C#]
    System.IO.Stream ContentStream;

[VB.NET]
    Property ContentStream As System.IO.Stream

[Pascal]
    property ContentStream: TStream;

[C++]
    TStream* get_ContentStream();
    void set_ContentStream(TStream &Value);
    void set_ContentStream(TStream *Value);

[PHP]
    TStream get_ContentStream()
    void set_ContentStream(TStream $Value)

[Java]
    TElStream getContentStream();
    void setContentStream(TElStream Value);

Description

    This property specifies the stream with the attachment content.
Use Dispose method to free this stream.

See also:     Dispose    

Discuss this help topic in SecureBlackbox Forum