public class MimeHeader extends Object
Represents the mime header defined in RFC 2822.
Constructor and Description |
---|
MimeHeader(String name,
String value)
Initializes a new instance of the
MimeHeader class. |
Modifier and Type | Method and Description |
---|---|
MimeHeader |
deepClone()
Clones this instance.
|
String |
getName()
Gets the name.
|
String |
getRawContent()
Gets the content of the raw.
|
String |
toString()
Returns a
T:System.String that represents the current T:System.Object . |
public String getName()
Gets the name.
Value: The name.public String getRawContent()
Gets the content of the raw.
Value: The content of the raw.public MimeHeader deepClone()
Clones this instance.
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.