
Outlook Automation or CDO
CDO will allow you to do dynamic logons without creating a profile first
while the Outlook's Namespace.Logon routine requires the profile to be
present. So in this case, I would prefer CDO over Outlook.
Quote:
> We are developing an app in VB that needs to control various email
features
> for the users, such as showing only certain folders and allowing only
> specific actions in those folders.
> We have found that the Outlook Automation doesn't allow certain features
> like controlling the sender very easily without creating profiles.
> Is it generally advised to use CDO or Outlook Automation for this type of
> app?
> Thank you