As a variant I think to send only links to these documents.
Documents stored in a cloudstorage but links stored in my database. Any idea how to realize it ?
After jforbes advice I've changed my code as follows :
Code:
objMessage.HTMLBody
objMessage.HTMLBody
Private Sub btn4Pay_Click() On Error GoTo
Call objMessage.AddAttachment("C:\Documents\" & Split(sFilePath, "#")(0))
objMessage.AddAttachment "C:\DOCUMENTS\Folder1\testfile.txt"
Private Sub btn4Pay_Click() On Error GoTo btn4Pay_Click_Error Dim rst
If rst.Eof Then Exit Do
objMessage.To = "receivermail@gmail.com"
Private Sub btn1_SendDA_Click()
On Error GoTo btn1_SendDA_Click_Error
Dim Rst As ADODB.Recordset
Dim strSQL As String
Set Rst = New ADODB.Recordset
strSQL = "select
Leave a comment: