AttachmentCollection.Add Method (String)
The Add method adds a new Attachment object to the collection by using the file name specified by the fileName parameter.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public Function Add ( _
fileName As String _
) As Attachment
public Attachment Add (
string fileName
)
public:
Attachment^ Add (
String^ fileName
)
public Attachment Add (
String fileName
)
public function Add (
fileName : String
) : Attachment
Parameters
- fileName
The file name for the attachment to add.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003