MacBinaryHeader.FileNameLength property
The FileNameLength property gets the length of the file name.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property FileNameLength As Integer
Get
'Usage
Dim instance As MacBinaryHeader
Dim value As Integer
value = instance.FileNameLength
public int FileNameLength { get; }
Property value
Type: System.Int32