G
Guest
I'm using CDO to send emails.
want to change message-id like this: --but failed
Dim iMsg As New CDO.Message
With .Fields
..Item("urn:schemas:mailheader:Message-ID") = "(e-mail address removed)"
..Update
..Resync
End With ' Flds
seems CDO still generate the message-id by itself, ignoring mine.
how to change the message-id anyway? or even remove it?
want to change message-id like this: --but failed
Dim iMsg As New CDO.Message
With .Fields
..Item("urn:schemas:mailheader:Message-ID") = "(e-mail address removed)"
..Update
..Resync
End With ' Flds
seems CDO still generate the message-id by itself, ignoring mine.
how to change the message-id anyway? or even remove it?