rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWSmtpDataReply Class Reference
[SMTP]

Encapsulates an RWSocketPortal that writes the body of a mail message. More...

#include <rw/smtp/RWSmtpDataReply.h>

Inheritance diagram for RWSmtpDataReply:
RWSmtpReply RWNumReply RWReply

List of all members.

Public Member Functions

 RWSmtpDataReply (void)
 RWSmtpDataReply (const RWSmtpDataReply &reply)
RWSmtpDataReplyoperator= (const RWSmtpDataReply &reply)
RWSocketPortal getPortal (void) const

Detailed Description

RWSmtpDataReply is a specialization class of RWSmtpReply. It contains an RWSocketPortal that writes the body of a mail message.


Constructor & Destructor Documentation

RWSmtpDataReply::RWSmtpDataReply ( void   ) 

Constructs a default invalid RWSmtpDataReply object. You need to use the assignment operator to initialize it.

RWSmtpDataReply::RWSmtpDataReply ( const RWSmtpDataReply reply  ) 

Copy constructor.


Member Function Documentation

RWSocketPortal RWSmtpDataReply::getPortal ( void   )  const

Returns the underlying socket portal. This portal is used to transfer the body portion of the mail message.

RWSmtpDataReply& RWSmtpDataReply::operator= ( const RWSmtpDataReply reply  ) 

Assignment operator. Sets self to the contents of reply. The previous contents of self are lost.

 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.