|
-
April 9th, 2001, 02:00 AM
#1
How to create a Outlook.Application object by VBScript within message content (HTML format)
-
April 12th, 2001, 02:57 AM
#2
Re: How to create a Outlook.Application object by VBScript within message content (HTML format)
Sub cmdAcount_Click()
Dim MyItem ,myApp
Set myApp =CreateObject("Outlook.Application")
Set MyItem = myApp.CreateItem(0)
MyItem.To = "Me"
Set MyItem = Nothing
Set myApp = Nothing
end sub
-
April 12th, 2001, 06:12 AM
#3
Re: How to create a Outlook.Application object by VBScript within message content (HTML format)
Thanks for your reply
But my problem not in coding, I think it is security restricted problem. More clearly, How can I enable script executing in HTML mail message with access permission to objects ?
Do Quyet Tien
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
|