Public Function New( _ ByVal filePath As String, _ ByVal fileName As String _ )
Dim filePath As String Dim fileName As String Dim instance As New Attachment(filePath, fileName)
public Attachment( string filePath, string fileName )
public: Attachment( string* filePath, string* fileName )
public: Attachment( String^ filePath, String^ fileName )
Attachment Class Attachment Members Overload List