com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MimeHeader



  • public class MimeHeader
    extends Object

    Represents the mime header defined in RFC 2822.

    • Constructor Detail

      • MimeHeader

        public MimeHeader(String name,
                  String value)

        Initializes a new instance of the MimeHeader class.

        Parameters:
        name - The MimeHeader name.
        value - The MimeHeader value.
    • Method Detail

      • getName

        public final String getName()

        Gets the name.

        Value: The name.
      • getRawContent

        public final String getRawContent()

        Gets the content of the raw.

        Value: The content of the raw.
      • deepClone

        public final MimeHeader deepClone()

        Clones this instance.

        Returns:
        Returns new instance of the cloned MimeHeader class.