im doing a fax application at the moment where i have the below code
Dim objmessage As Object
Dim objrecip As Object

Set objmessage = MainForm.objFaxSession.CreateMessage
objmessage.Subject = txtSubject
objmessage.Text = txtMessageText

objrecip.Name = txtRecipName
objrecip.FaxNumber = txtFaxNumber


using the above code i would like to attach a file to send it to the the fax using the object that i have declared with the fax number and recipient.textmessage and subject of fax???????????
what property would i use with the object to attach a file


what property would i use with the object to attach a file??
please help me im STUCK


thankyou in advance