In The Hand LtdIn The Hand
Attachment Constructor (fileName)
NamespacesInTheHand.WindowsMobile.PocketOutlookAttachmentAttachment(String)
.NET Components for Mobility
This default constructor creates an attachment based on the specified fileName. The file should exist until the message has been sent or saved.
Declaration Syntax
C#Visual Basic
public Attachment(
	string fileName
)
Public Sub New ( _
	fileName As String _
)
Parameters
fileName (String)
The fileName should be the complete filename to the file that will be attached, including the path to the file.
Exceptions
ExceptionCondition
ArgumentExceptionWill be thrown when the specified name does not correspond to a filename on the device.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0