Esempio n. 1
0
 public Recipient MapToModel(Outlook.Recipient r)
 => new Recipient
 {
     Name = r.Name, EmailAddress = r.GetEmailAddress()
 };