Share via


Base64Encoder.LineLength Property

The LineLength property gets or sets a value that controls how the encoded data will be wrapped.

Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Property LineLength As Integer
public int LineLength { get; set; }
public:
property int LineLength {
    int get ();
    void set (int value);
}
/** @property */
public int get_LineLength ()

/** @property */
public void set_LineLength (int value)
public function get LineLength () : int

public function set LineLength (value : int)

Property Value

The LineLength property returns 0 or 76. A value of 0 indicates that no wrapping will be performed. A value of 76 indicates that at most 76 characters will come before a CRLF.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003