Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.GetMessage

TElSimpleMIMEMessage     See also     


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


Returns the message as an instance of the TElMessage class.

Declaration

[C#]
    TElMessage GetMessage();

[VB.NET]
    Function GetMessage() As TElMessage

[Pascal]
    function GetMessage: TElMessage;

[C++]
    not available

[PHP]
    not available

[Java]
    TElMessage getMessage();

Return value

     TElMessage object which corresponds to the current message.

Description

    Use this method to return message as an instance of the TElMessage class and manipulate it with methods and properties of the TElMessage.

See also:     TElMessage    

Discuss this help topic in SecureBlackbox Forum