0

How i could get (and choose) the right "from" value when creating a new mail in Outlook using C# ?

Let me explain better : for example i have one account "alex" and two mail box "Mailbox - Alex" and "Mailbox - pluto" (^_^) ... i wanna create a c# program that if I'm in the "Mailbox - Alex" it set the from value to "Alex" and if i'm in the other mailbox it choose the other from value .

John Saunders
  • 160,644
  • 26
  • 247
  • 397

1 Answers1

0

Ciao Alessandro, see here: C# Winforms: Accessing Outlook with Multiple Mailboxes

Community
  • 1
  • 1
Davide Piras
  • 43,984
  • 10
  • 98
  • 147