Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SecondaryHeaderLength property gets or sets the SecondHeader field of the Mac Binary header that this MacBinaryHeader object owns.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property SecondaryHeaderLength As Integer
Get
Set
'Usage
Dim instance As MacBinaryHeader
Dim value As Integer
value = instance.SecondaryHeaderLength
instance.SecondaryHeaderLength = value
public int SecondaryHeaderLength { get; set; }
Property value
Type: System.Int32