UUEncoder constructor (String)
The UUEncoder constructor creates a new UUEncoder object.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
fileName As String _
)
'Usage
Dim fileName As String
Dim instance As New UUEncoder(fileName)
public UUEncoder(
string fileName
)
Parameters
fileName
Type: System.StringThe file name to include in the UUCP prologue.