POPEmailMessage Output Object (Get-POP Cmdlet)

Object containing the full text of the returned email.

Syntax

Object POPEmailMessage {
   int MessageId;
   string Headers;
   string Text;
   string From;
   string FromFriendlyName;
   string FromEmail;
   string To;
   string CC;
   string Subject;
   string Date;
   int Size;
}

Remarks

When retrieving email messages, the result from the mail Server will be stored in one EmailMessage object. The EmailMessage will contain brief information, such as who the message is from, the subject of the message, and the message ID and size. However, this Object will also contain the full message body in the Text parameter.

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

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