Share via


Attachment Constructor

3/29/2010

This default constructor creates an attachment based on the specified fileName. The file should exist until the message has been sent or saved.

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public Attachment (
    string fileName
)
'Declaration
Public Sub New ( _
    fileName As String _
)

Parameters

  • fileName
    The fileName should be the complete filename to the file that will be attached, including the path to the file.

See Also

Reference

Attachment Class
Attachment Members
Microsoft.WindowsMobile.PocketOutlook Namespace