Seite 1 von 1

Outlook Methode

Verfasst: Mi, 11. Jan 2012 15:09
von Jan
Kann mir jemand sagen, wie die Methode heißt, um in Outloook eine BCC einzutragen?

Jan

Re: Outlook Methode

Verfasst: Mi, 11. Jan 2012 20:08
von AUGE_OHR
Jan hat geschrieben:Kann mir jemand sagen, wie die Methode heißt, um in Outloook eine BCC einzutragen?
per olBCC

Code: Alles auswählen

Set myOlApp = CreateObject("Outlook.Application")
Set myItem = myOlApp.CreateItem(olMailItem)
Set myRecipient = myItem.Recipients.Add ("Auge_Ohr")
myRecipient.Type = olBCC