|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MimeHeader
public class MimeHeader
Represents the mime header defined in RFC 2822.
Constructor Summary | |
---|---|
MimeHeader(String name,
String value)
Initializes a new instance of the MimeHeader class. |
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MimeHeader(String name, String value)
Initializes a new instance of the MimeHeader
class.
name
- The name.value
- The value.Method Detail |
---|
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.
public String toString()
Returns a T:System.String
that represents the current T:System.Object
.
toString
in class Object
T:System.String
that represents the current T:System.Object
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |