Share via


MacBinaryHeader.FileName property

The FileName property gets or sets the FileName field of the Mac Binary header that this MacBinaryHeader object represents.

Namespace:  Microsoft.Exchange.Data.Mime.Encoders
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property FileName As String
    Get
    Set
'Usage
Dim instance As MacBinaryHeader
Dim value As String

value = instance.FileName

instance.FileName = value
public string FileName { get; set; }

Property value

Type: System.String
The name of the file.

See also

Reference

MacBinaryHeader class

MacBinaryHeader members

Microsoft.Exchange.Data.Mime.Encoders namespace