IFsrmActionEmail::get_MailReplyTo method (fsrm.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMAction, MSFT_FSRMFMJAction, and MSFT_FSRMFMJNotificationAction classes.]

Retrieves or sets the email address to use as the reply-to address when the recipient of the email message replies.

This property is read/write.

Syntax

HRESULT get_MailReplyTo(
  BSTR *mailReplyTo
);

Parameters

mailReplyTo

Return value

None

Remarks

If the user specified in the MailTo property replies to the email message (for example, the user wants to request a quota increase), the reply is sent to the user specified in the MailReplyTo property. If MailReplyTo is not set, the reply is sent to the user specified in the MailFrom property.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2008
Target Platform Windows
Header fsrm.h (include FsrmQuota.h, FsrmScreen.h)
DLL SrmSvc.dll

See also

IFsrmActionEmail

IFsrmActionEmail2

MSFT_FSRMAction

MSFT_FSRMFMJAction

MSFT_FSRMFMJNotificationAction