EmailIrmInfo.CanReply 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 or sets a Boolean value that indicates if the recipient is allowed to reply to the email message.
public:
property bool CanReply { bool get(); void set(bool value); };
bool CanReply();
void CanReply(bool value);
public bool CanReply { get; set; }
var boolean = emailIrmInfo.canReply;
emailIrmInfo.canReply = boolean;
Public Property CanReply As Boolean
Property Value
Boolean
bool
A Boolean value that indicates if the recipient is allowed to reply to the email message.
Windows requirements
App capabilities |
email
emailSystem
|