|
-
Sep 13th, 2005, 11:45 PM
#1
Thread Starter
Member
Groupwise - TO, CC, BC
I encountered the problem with Groupwise external email address
the time when i use the coding below, all [email protected], [email protected], [email protected] has been categories to "TO" category. any problem with my coding?
I'm not use
objMessage.Recipients.Add "[email protected]", "NGW",0
because the address is not in the address book. Other than NGW, is that have any other type which represent external email?
VB Code:
Set objGroupWise = CreateObject("NovellGroupWareSession")
Set objAccount = objGroupWise.Login
Set objMessage = objAccount.MailBox.Messages.Add("GW.MESSAGE.MAIL", "Draft")
Regards,
JAMES
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|