Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWISmtpDataReply


RWISmtpDataReplyRWISmtpReplyRWINumReplyRWIReply

Module

Networking Tools: Thread-hot Internet Classes (int library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions

Synopsis

#include <rw/toolpro/nreply.h>
RWISmtpDataReply reply;

Required Libraries

thr, net, int, tls (and possibly std)

Description

RWISmtpDataReply is a specialization class of RWISmtpReply. It contains an RWSocketPortal used to write the body of a mail message.

Public Constructors

RWISmtpDataReply();

Copy Constructors

RWISmtpDataReply(const RWISmtpDataReply& reply);

Assignment Operators

RWISmtpDataReply&
operator=(const RWISmtpDataReply& reply);

Public Member Functions

RWSocketPortal
portal();


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.