C
Curtis Fowler
I used the Function GetMailboxUserName() on page 233, Listing 12.8 from the
book Microsoft Outlook Programming. I added
Sub MailUser()
MsgBox "The Initiator is " & GetMailboxUserName(initiator)
End Sub
& tried it in the VbaProject.OTM module. Seems to work great. When I
copy/paste it into a blank Script Editor on a Task Form & publish it to the
Exchange Server Public Folder, it gives me an error " Expected end of
statement Line number 29."
That line is Dim objApp As Outlook.Application
It gives the same error with Outlook 2002 & 2003. My Inbox is on the
Exchange Serverby default. Any ideas?
book Microsoft Outlook Programming. I added
Sub MailUser()
MsgBox "The Initiator is " & GetMailboxUserName(initiator)
End Sub
& tried it in the VbaProject.OTM module. Seems to work great. When I
copy/paste it into a blank Script Editor on a Task Form & publish it to the
Exchange Server Public Folder, it gives me an error " Expected end of
statement Line number 29."
That line is Dim objApp As Outlook.Application
It gives the same error with Outlook 2002 & 2003. My Inbox is on the
Exchange Serverby default. Any ideas?