Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEAttachment.Dispose

TElSimpleMIMEAttachment     See also     


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


Disposes the attachment content.

Declaration

[C#]
    void Dispose();

[VB.NET]
    Sub Dispose()

[Pascal]
    procedure Dispose;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this method to dispose the ContentStream stream and delete the attachment content.

See also:     ContentStream    

Discuss this help topic in SecureBlackbox Forum