EmailConversation.LatestSender Property

Definition

Gets the latest sender in the conversation.

public:
 property EmailRecipient ^ LatestSender { EmailRecipient ^ get(); };
EmailRecipient LatestSender();
public EmailRecipient LatestSender { get; }
var emailRecipient = emailConversation.latestSender;
Public ReadOnly Property LatestSender As EmailRecipient

Property Value

The latest sender in the conversation.

Windows requirements

App capabilities
email emailSystem

Applies to