Is there a way to programmatically pull e-mails and or documents from Exchange 5.5 public folders? If not, is there a way to access a mailbox and read the mail and attachments from Exchange 5.5?
"HockeyFan" wrote in news:1173387532.772984.94240 @p10g2000cwp.googlegroups.com: > Is there a way to programmatically pull e-mails and or documents from > Exchange 5.5 public folders? If not, is there a way to access a > mailbox and read the mail and attachments from Exchange 5.5? The only Exchange-specific APIs for 5.5 are Extended MAPI (and wrappers like CDO1.21), and those aren't supported with .Net. However, you could probably use IMAP or something -- there must be an LDAP class for .Net somewhere around, and I think 5.5 supported IMAP. -- dan