使用VBA发送消息时,在Outlook中更改"Item.To"值可以通过以下步骤实现:
Sub ChangeToAddress()
Dim objMail As Outlook.MailItem
Dim strNewToAddress As String
Set objMail = Application.CreateItem(olMailItem)
strNewToAddress = "new_email@example.com"
objMail.Recipients.Add strNewToAddress
objMail.Recipients.ResolveAll
objMail.Send
End Sub
请注意,这个答案没有提及其他云计算品牌商,因为这个问题是关于使用VBA在Outlook中更改"Item.To"值的。
领取专属 10元无门槛券
手把手带您无忧上云