Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.RemoveAttachment

TElSimpleMIMEMessage     See also     


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


Removes the attachment from list.

Declaration

[C#]
    void RemoveAttachment(TElSimpleMIMEAttachment Attachment);

[VB.NET]
    Sub RemoveAttachment(ByVal Attachment As TElSimpleMIMEAttachment)

[Pascal]
    procedure RemoveAttachment(Attachment: TElSimpleMIMEAttachment);

[C++]
    void RemoveAttachment(TElSimpleMIMEAttachment &Attachment);
    void RemoveAttachment(TElSimpleMIMEAttachment *Attachment);

[PHP]
    void RemoveAttachment(TElSimpleMIMEAttachment $Attachment)

[Java]
    void removeAttachment(TElSimpleMIMEAttachment Attachment);

Parameters

  • Attachment - attachment to be removed.

Description

    Use this method to remove selected one from the Attachments.

See also:     Attachments     AddAttachment    

Discuss this help topic in SecureBlackbox Forum