MessageHeaders Output Object (Get-POP Cmdlet)

Object containing brief information about the returned email.

Syntax

Object MessageHeaders {
   string ID;
   string From;
   string FromFriendlyName;
   string FromEmail;
   string Subject;
}

Remarks

When retrieving email messages with POP, the result from the mail Server will be stored in one or more MessageHeaders and EmailMessage objects. This object will contain brief information, such as who the message is from, the subject of the message, and the message Id. The MessageHeaders will contain the actual message body.

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]