P
Pietro
Hi all,
I'm using the below command to send an e-mail with a report attached to a
certain direction,but actually when i look at the sent items of the Outlook,I
find the e-mail messages in the sent items list but in fron of the sender
e-mail field "To" i there's no e-mail address indicated,although when i click
on the button,i can see the e-mail message with the attachment with the
e-mail addressa lready in the "to" field of the message,now i'm not sure that
the message is already sent to the recepient,can anybody help.
Here's the code:
If [Type] = 1 Then DoCmd.SendObject acReport, "Escalation to
PACTHELP", "RichTextFormat(*.rtf)", "(e-mail address removed)", "", "", [Customer
Name] & "-" & (Left([Language], 2) & "-" &
I'm using the below command to send an e-mail with a report attached to a
certain direction,but actually when i look at the sent items of the Outlook,I
find the e-mail messages in the sent items list but in fron of the sender
e-mail field "To" i there's no e-mail address indicated,although when i click
on the button,i can see the e-mail message with the attachment with the
e-mail addressa lready in the "to" field of the message,now i'm not sure that
the message is already sent to the recepient,can anybody help.
Here's the code:
If [Type] = 1 Then DoCmd.SendObject acReport, "Escalation to
PACTHELP", "RichTextFormat(*.rtf)", "(e-mail address removed)", "", "", [Customer
Name] & "-" & (Left([Language], 2) & "-" &
Code:
), (" " & Chr$(10) & " " &
"Dear team" & " " & Chr$(10) & " " & " " & Chr$(10) & " " & "Kindly find
attached a new escalation" & " " & Chr$(10) & " " & " " & Chr$(10) & " " & "
" & Chr$(10) & " " & " " & Chr$(10) & " " & "Best Reagrds"), True, ""