RWISmtpDataReplyRWISmtpReplyRWINumReplyRWIReply
Networking Tools: Thread-hot Internet Classes (int library)
#include <rw/toolpro/nreply.h> RWISmtpDataReply reply;
thr, net, int, tls (and possibly std)
RWISmtpDataReply is a specialization class of RWISmtpReply. It contains an RWSocketPortal used to write the body of a mail message.
RWISmtpDataReply();
Constructs a default invalid RWISmtpDataReply object. You need to use the assignment operator to initialize.
RWISmtpDataReply(const RWISmtpDataReply& reply);
Creates a copy of reply.
RWISmtpDataReply& operator=(const RWISmtpDataReply& reply);
Sets self to the contents of reply. The previous contents of self are lost.
RWSocketPortal portal();
Returns the underlying socket portal. This portal is used to transfer the body portion of the mail message.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.