NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

SMIMEPOPEmailMessage Output Object (Get-SMIMEPOP Cmdlet)

Object containing the full text of the returned email.

Syntax

Object SMIMEPOPEmailMessage {
   int MessageId;
   string Headers;
   string Text;
   string From;
   string FromFriendlyName;
   string FromEmail;
   string To;
   string CC;
   string Subject;
   string Date;
   int Size;
   bool MessageEncrypted;
   bool MessageSigned;
}

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.

The MessageEncrypted and MessageSigned properties will indicate if the message is encrypted or signed. Note that MessageEncrypted and MessageSigned will only be set when View is set.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]
 

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]