Exemplo n.º 1
0
 public Recipient(string address, string displayName, NewWDS.MapiMailMessage.RecipientType recipientType)
 {
     this.RecipientType = NewWDS.MapiMailMessage.RecipientType.To;
     this.Address = address;
     this.DisplayName = displayName;
     this.RecipientType = recipientType;
 }
Exemplo n.º 2
0
 public Recipient(string address, NewWDS.MapiMailMessage.RecipientType recipientType)
 {
     this.RecipientType = NewWDS.MapiMailMessage.RecipientType.To;
     this.Address = address;
     this.RecipientType = recipientType;
 }