NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

SMIMEIMAPEmailMessage Output Object (Get-SMIMEIMAP Cmdlet)

Object containing the entire text of the email message.

Syntax

Object SMIMEIMAPEmailMessage {
   string Headers;
   string Text;
   string From;
   string FromFriendlyName;
   string FromEmail;
   string To;
   string CC;
   string Subject;
   string Date;
   long Size;
   string Flags;
   int PartCount;
   string[] PartId;
   string[] PartSize;
   string[] PartContentEncoding;
   string[] PartContentType;
   string[] PartFileName;
   string[] PartMultiPartMode;
   string[] PartParameters;
   bool MessageEncrypted;
   bool MessageSigned;
}

Remarks

When retrieving email messages, the result from the mail Server will be stored in one or more MessageHeaders and EmailMessage objects. The MessageHeaders 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 property.

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]