MsgMessage.Sender Property
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9119)
Sender
Gets or sets the 'Sender' address of the message. Setting null value causes the 'Sender' address to be cleared.
Declaration
public MsgAddress Sender { get; set; }
Property Value
Type | Description |
---|---|
MsgAddress |
Remarks
The Sender property represents a set of MAPI properties stored within this MsgMessage object. Therefore, setting a new value to the Sender property does not use the assigning object itself. Instead, new MsgAddress instance is created for the Sender property and values are copied from the assigning object to update appropriate MAPI properties.