EmailMailboxForwardMeetingRequest.ForwardHeader 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 forward header for the forwarded invitation. The forward header is the set of message headers that appear at the beginning of the email message that holds the invitation. It is only used by data providers that generate emails when forwarding invitations.
public:
property Platform::String ^ ForwardHeader { Platform::String ^ get(); };
winrt::hstring ForwardHeader();
public string ForwardHeader { get; }
var string = emailMailboxForwardMeetingRequest.forwardHeader;
Public ReadOnly Property ForwardHeader As String
Property Value
The forwarding header.
Windows requirements
App capabilities |
email
emailSystem
|