Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Internet Protocols Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWMimeContentDescriptionHeader

Module:  Internet Protocols Module   Package:  MIME


RWMimeContentDescriptionHeaderRWMimeHeaderRWHandleBase

Local Index

Members

Header File

#include <rw/mime/RWMimeContentDescriptionHeader.h>

Description

RWMimeContentDescriptionHeader represents the Content-Description header of a MIME part. The Content-Description provides a short text description of the contents of the message part. For example, a MIME message containing a sales report might contain the Content-Description header

An instance of this class is a handle to a private, reference-counted body.

Reference

RWMimeContentDescriptionHeader conforms to the Content-Description header requirements specified in RFC 2045, Section 8.

Public Static Data Member

static const RWCString Label;

Public Constructors

RWMimeContentDescriptionHeader(void);
RWMimeContentDescriptionHeader(const RWCString& description);
RWMimeContentDescriptionHeader(const RWMimeContentDescription
& second);
RWMimeContentDescriptionHeader(const RWMimeHeader & second);

Public Destructor

virtual ~RWMimeContentDescriptionHeader(void);

Public Member Operator

RWMimeContentDescriptionHeader&
operator=(const RWMimeContentDescriptionHeader& second);

Public Member Functions

RWCString
getDescription(void) const;
void
setDescription(const RWCString& description);

Protected Member Functions

RWMimeUnstructuredHeaderImp&
body(void) const;
virtual
bool
checkLabel(const RWCString& label) const;


Previous fileTop of DocumentContentsIndex pageNext file

© 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.