|
To get the SMTP address of an Exchange public
folder
Every folder in the Exchange Server Public Folders hierarchy can
have an email address. If you know the SMTP address, you can send
messages -- even meeting requests -- directly to the folder. This
sample code shows how to get the folder address using the
Redemption library
to avoid triggering
security prompts.
You could also use the same technique with the CDO AddressEntry
object, but it would trigger security prompts in many Outlook
environments.
|