menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MIMEConsts - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MIMEConsts

    Text constants used in MIME document.

    Inheritance
    System.Object
    MIMEConsts
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.MIME
    Assembly: Syncfusion.MIME.Base.dll
    Syntax
    public sealed class MIMEConsts

    Constructors

    MIMEConsts()

    Declaration
    public MIMEConsts()

    Fields

    B64Sign

    B64.

    Declaration
    public const string B64Sign = "B?"
    Field Value
    Type
    System.String

    Base64StringTrim

    length of base64 string line.

    Declaration
    public const int Base64StringTrim = 76
    Field Value
    Type
    System.Int32

    BufferLength

    Specifies length of buffer used to encode data.

    Declaration
    public const int BufferLength = 57
    Field Value
    Type
    System.Int32

    Bytes8k

    buffer length.

    Declaration
    public const int Bytes8k = 8192
    Field Value
    Type
    System.Int32

    CloseEncoded

    tag to define end of encoded attribute value.

    Declaration
    public const string CloseEncoded = "?="
    Field Value
    Type
    System.String

    ContentDescription

    name of attribute to describe content of following data.

    Declaration
    public const string ContentDescription = "Content-Description"
    Field Value
    Type
    System.String

    ContentDisposition

    Name of ContentDisposition attribute used to specify status of current data in document.

    Declaration
    public const string ContentDisposition = "Content-Disposition"
    Field Value
    Type
    System.String

    ContentId

    tag to identify data.

    Declaration
    public const string ContentId = "Content-ID"
    Field Value
    Type
    System.String

    ContentLocation

    Name of Content Location attribute used to specify location of current . content

    Declaration
    public const string ContentLocation = "Content-Location"
    Field Value
    Type
    System.String

    ContentTransferEncoding

    Name of Contenttransferencoding attribute used to specify encoding of current data.

    Declaration
    public const string ContentTransferEncoding = "Content-Transfer-Encoding"
    Field Value
    Type
    System.String

    ContentType

    Name of ContentType attribute.

    Declaration
    public const string ContentType = "Content-Type"
    Field Value
    Type
    System.String

    DataEnlarger

    enlarger for reading b64 string.

    Declaration
    public const double DataEnlarger = 1.03
    Field Value
    Type
    System.Double

    Extend

    tag wich determines that specified attribute is extended.

    Declaration
    public const string Extend = "X-"
    Field Value
    Type
    System.String

    IsAs

    ["] sign.

    Declaration
    public const string IsAs = "\""
    Field Value
    Type
    System.String

    MultipartMessage

    Message following MIME header in multi-part document..

    Declaration
    public const string MultipartMessage = "This is a multi-part message in MIME format."
    Field Value
    Type
    System.String

    NewLine

    new line sign.

    Declaration
    public const string NewLine = "\r\n"
    Field Value
    Type
    System.String

    NewLineBytes

    Unicode array which represents NewLine symbols.

    Declaration
    public static readonly byte[] NewLineBytes
    Field Value
    Type
    System.Byte[]

    OpenEncoded

    tag to defing start of encoded attribute value.

    Declaration
    public const string OpenEncoded = "=?"
    Field Value
    Type
    System.String

    Separator

    Separator used to open and close MIME parts.

    Declaration
    public const string Separator = "--"
    Field Value
    Type
    System.String

    Space

    Space

    Declaration
    public const string Space = "\t"
    Field Value
    Type
    System.String

    ValueDelimiter

    tag separates attribute name and it's value.

    Declaration
    public const string ValueDelimiter = ": "
    Field Value
    Type
    System.String

    Version

    Determines version of MIME standart.

    Declaration
    public const string Version = "MIME-Version"
    Field Value
    Type
    System.String

    VerValue

    tag to define value of MIME implementation.

    Declaration
    public const string VerValue = "1.0"
    Field Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved