EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessagePartHandler.DecodedPart

TElMessagePartHandler     See also    


 

Points to the decoded message part.

 
 

Declaration

[C#]
    TElMessagePart DecodedPart;

[VB.NET]
    Property DecodedPart As TElMessagePart

[Pascal]
    property DecodedPart : TElMessagePart;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Handler can convert message part into another one during parsing. If this happens, DecodedPart property will point to such decoded message part.
    For example: after decryption of encrypted message this property will contain decoded message part.

 
 

See also:     Decode

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation