hello to all
I have a question about the SendObject method when sending either 'CC' or 'BCC', but with no 'To' argument specified. (See below)
It seems that the EditMessage argument (in this case False) always behaves as True. On the other hand, when just a 'To' argument is specified, the EditMessage arguments acts as expected, allowing the message to be displayed or sent directly. What's up? Am I missing something?
Vicky
I have a question about the SendObject method when sending either 'CC' or 'BCC', but with no 'To' argument specified. (See below)
Code:
DoCmd.SendObject _
, , , , rsMailList!EmailAddress, , Subject, _
IIf(BodyFlag = True, Body, ""), False
It seems that the EditMessage argument (in this case False) always behaves as True. On the other hand, when just a 'To' argument is specified, the EditMessage arguments acts as expected, allowing the message to be displayed or sent directly. What's up? Am I missing something?
Vicky