Share via


EmailMailboxForwardMeetingRequest.ForwardHeader Property

Definition

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

String

Platform::String

winrt::hstring

The forwarding header.

Windows requirements

App capabilities
email emailSystem

Applies to