Hi,
I acces outlook with the following code.
oOutlook = CreateObject("groupwise.application"
oNameSpace = oOutlook.getNameSpace("MAPI"
oInbox = oNameSpace.GetDefaultFolder(6)
and then i can get the messages with:
for each oMail oInbox.Items
from where do i need to change my code to let it work with groupwise? i acces groupwise with:
oGroupWise = CREATEOBJECT("NovellGroupWareSession"
oAccount = oGroupWise.Login
oMailbox = oAccount.mailbox
are the oMailbox and oInbox the same objects in this code?
btw the Q with the code to send a mail worked perfect..
I acces outlook with the following code.
oOutlook = CreateObject("groupwise.application"
oNameSpace = oOutlook.getNameSpace("MAPI"
oInbox = oNameSpace.GetDefaultFolder(6)
and then i can get the messages with:
for each oMail oInbox.Items
from where do i need to change my code to let it work with groupwise? i acces groupwise with:
oGroupWise = CREATEOBJECT("NovellGroupWareSession"
oAccount = oGroupWise.Login
oMailbox = oAccount.mailbox
are the oMailbox and oInbox the same objects in this code?
btw the Q with the code to send a mail worked perfect..