NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    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) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]