CMailMessage::~CMailMessage  
 
~CMailMessage();

The CMailMessage destructor releases resources allocated by the current instance of the CMailMessage object. It also uninitializes the library if there are no other concurrent uses of the class.

Remarks

When a CMailMessage object goes out of scope, the destructor is automatically called to allow the library to free any resources allocated on behalf of the process. All handles that were created for the session are destroyed.

The destructor is not called explicitly by the application.

Requirements

Minimum Desktop Platform: Windows 7 (Service Pack 1)
Minimum Server Platform: Windows Server 2008 R2 (Service Pack 1)
Header File: cstools10.h
Import Library: csmsgv10.lib
Unicode: Implemented as Unicode and ANSI versions.

See Also

CMailMessage