EmailConversation.LatestSender Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|