J
Johan Christensson
Hi
I'm writing a COM Add-in for Outlook in VB.et, but I have ran into some problems
How do I set a message flag on a mail message in VB.Net? In VBA and VB 6 you can write the following, but I can't seem to find the corresponding for VB.Net
Set objApp = CreateObject("Outlook.Application"
Set objItem = objApp.ActiveExplorer.Selection(1
objItem.FlagStatus = olMarke
objItem.FlagRequest = "Read
Any help is appriciated
Best regards, Johan Christensson
I'm writing a COM Add-in for Outlook in VB.et, but I have ran into some problems
How do I set a message flag on a mail message in VB.Net? In VBA and VB 6 you can write the following, but I can't seem to find the corresponding for VB.Net
Set objApp = CreateObject("Outlook.Application"
Set objItem = objApp.ActiveExplorer.Selection(1
objItem.FlagStatus = olMarke
objItem.FlagRequest = "Read
Any help is appriciated
Best regards, Johan Christensson