Discuss this help topic in SecureBlackbox Forum

TElCMSMessage.Close

TElCMSMessage     See also     


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


This method closes the CMS message.

Declaration

[C#]
    void Close();

[VB.NET]
    Sub Close()

[Pascal]
    procedure Close;

[C++]
    void Close();

[PHP]
    void Close()

[Java]
    void close();

Description

    Use this method to erase the CMS code of the message. In contrary to Clear, this method doesn't delete message content.

See also:     Clear     Open    

Discuss this help topic in SecureBlackbox Forum