MapiMessage.SenderName

MapiMessage.SenderName property

Gets or sets the message sender’s display name.

public string SenderName { get; set; }

Property Value

The the string that represents sender name.

Remarks

When setting a null value or empty string, the values of the property get the value equal to SenderEmailAddress.

See Also