I want an automatic BCC in my mail and my problem is:
How do I find out if the Item is of instance,MailItem (Can be CalendarItem also)?
This is what I have so far:
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Dim Tmp As MailItem
If item <what to write here?>...