Discuss this help topic in SecureBlackbox Forum

TElCMSMessage.Save

TElCMSMessage     See also     


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


This method saves the CMS message to the stream.

Declaration

[C#]
    void Save(System.IO.Stream DestStream);

[VB.NET]
    Sub Save(ByVal DestStream As System.IO.Stream)

[Pascal]
    procedure Save(DestStream : TStream);

[C++]
    void Save(TStream &DestStream);
    void Save(TStream *DestStream);

[PHP]
    void Save(TStream $DestStream)

[Java]
    void save(TElStream DestStream);

Parameters

  • DestStream - destination stream where the message should be saved to

Description

    Use this method to save the CMS code of the message to the stream.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum