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 _
)
public UUEncoder (
string fileName
)
public:
UUEncoder (
String^ fileName
)
public UUEncoder (
String fileName
)
public function UUEncoder (
fileName : String
)
Parameters
- fileName
The file name to include in the UUCP prologue.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also