SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  ActiveX  DLL 


TElMessagePartHandlerSMime.GetDescription

TElMessagePartHandlerSMime    


 

Returns 'SMIME'.    

Declaration

[C#/Java]
    not implemented;

[VB.NET]
    not implemented

[Pascal]
    class function GetDescription: TString;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
   

Return value

    'SMIME' string    

Description

    Use this method to get short string description corresponding to the implemented standard.  

Back to top