AddAttachment

Top  Previous  Next

The AddAttachment property contains list of attachments that need to be sent along with the mail. User may add more attachments to the list if required.

 

 

 

Syntax

 

 

[VC++]

void AddAttachment(LPCTSTR FileName);

 

[CS]

public abstract new void AddAttachment ( System.String FileName )

 

[VB]

Sub AddAttachment(FileName As String)

 

 

 

 

Parameters

 

 

FileName

Indicates the path and file name that needs to be attached.