UUEncoder.FileName property
The FileName property gets or sets the file name to include in the UUCP prologue.
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 UUEncoder
Dim value As String
value = instance.FileName
instance.FileName = value
public string FileName { get; set; }
Property value
Type: System.String
The FileName property returns the file name of the UUCP prologue.