MessageInfo Output Object (Get-IMAP Cmdlet)

Object containing brief information about the returned email.

Syntax

Object MessageInfo {
   string Id;
   string[] To;
   string From;
   string FromFriendlyName;
   string FromEmail;
   string Subject;
   long Size;
   string[] CC;
   string[] BCC;
   string ContentType;
   string ContentEncoding;
   string Flags;
   string ReplyTo;
   string ReplyToFriendlyName;
   string ReplyToEmail;
   string Date;
   int PartCount;
   string[] PartId;
   string[] PartSize;
   string[] PartContentEncoding;
   string[] PartContentType;
   string[] PartFileName;
   string[] PartMultiPartMode;
   string[] PartParameters;
}

Remarks

The Part information fields are string arrays of PartCount length. Part information for a message will allow for retrieval of particular parts by setting the Part parameter.

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