M
MeMatthew
A message is prompted saying "A program is trying to access e-mail
Addresses you have stored in outlook. Do you want to allow this? if
this is unexpected, it may be a virus and you shold choose "No"".
This outlook form Is to be as user Friendly as possible so any one can
give me an idea how i can modify this piece of code.
Set objOutlook = CreateObject("Outlook.Application")
Set objInspector = objOutlook.Activeinspector.CurrentItem
objInspector.Body = objInspector.Body & vbcrlf & "Text"
Addresses you have stored in outlook. Do you want to allow this? if
this is unexpected, it may be a virus and you shold choose "No"".
This outlook form Is to be as user Friendly as possible so any one can
give me an idea how i can modify this piece of code.
Set objOutlook = CreateObject("Outlook.Application")
Set objInspector = objOutlook.Activeinspector.CurrentItem
objInspector.Body = objInspector.Body & vbcrlf & "Text"