Outlook Security does not seem to be consistant

H

HJ

I don't understand the inconsistancy that Outlook uses in keeping its
address information secure.

For example, when I do File, Send To, Routing Recipient, Outlook
brings up the security message warning me that someone is trying to
access information from Outlook.

But if I do File, Send To, Mail Recipient - I don't get any warning
messages even though I can run this task using VBA code and have the
email sent off without the user knowing anything about it.

Also if I use vba code like this to get the details on a person:

sResponse = Application.GetAddress(name:=frm.txtFirstName.Text _
& frm.txtLastName.Text,
AddressProperties:=sAddressProperties, _
CheckNamesDialog:=True)

I can get the information without any security message displaying.

Can someone explain why using application.getaddress doesn't cause any
security warning to show up?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top