Here's some code that I use:
Dim myOlApp As Outlook.Application
Dim myItem As Outlook.MailItem
Dim colReplyRecips As Recipients
Dim objReplyRecip As Recipient
' Create an Outlook application object
Set myOlApp = New Outlook.Application
' Creates a new MailItem form
Set myItem = myOlApp.CreateItem(olMailItem)
Set colReplyRecips = myItem.ReplyRecipients
Set objReplyRecip = ")
bbnimda wrote:
Tks a lot sue your answer are very usefull to me
Tryed tu use this but i doesn't work , Sorry i'm new in Vbscript and
VBA
Item.ReplyRecipients = "mydistributionlist"
can your where am I wrong...
tks
"Sue Mosher [MVP-Outlook]" a écrit dans le message
de news: ...
You can use the Item.ReplyRecipients collection to control the reply-to
address.