Thank you for the help. I went back and sent a new item and before the below code runs, I can see a Sent time in Outlook. After the code runs, the Sent time now says none. After the code runs, I have 1 new property and 1 that has changed.
Before the code runs:
[23]|EntryID|000000005A4431201BE3B94890692B49F97075D564022000|1
[67]|Saved|True|6
After the code runs:
[23]|EntryID|000000005A4431201BE3B94890692B49F97075D564022000|0
[24]|EntryID|000000005A4431201BE3B94890692B49F97075D564022000|1
[68]|Saved|False|6
#include <OutlookEX.au3>
Global $oOutlook = _OL_Open()
Global $aOL_Item = _OL_ItemFind($oOutlook, "*Outbox", $olMail, "", "", "", "EntryID")
Global $aOL_Properties = _OL_ItemGet($oOutlook, $aOL_Item[1][0])
_ArrayDisplay($aOL_Properties)
_OL_Close($oOutlook)
Here are the after properties in case they help(personal info removed)
[0]|92|3|
[1]|Actions||0
[2]|AlternateRecipientAllowed|True|6
[3]|Application||0
[4]|Attachments||0
[5]|AutoForwarded|False|6
[6]|AutoResolvedWinner|False|6
[7]|BCC||1
[8]|BillingInformation||1
[9]|Body|t
|1
[10]|BodyFormat|2|3
[11]|Categories||1
[12]|CC||1
[13]|Class|43|3
[14]|Companies||1
[15]|Conflicts||0
[16]|ConversationID|4CCEA980B2349C4E67D0412000A20817|1
[17]|ConversationIndex|01CF44A2F37B6F1C3901D708403B8554700F4B20E9DA|1
[18]|ConversationTopic|t|1
[19]|CreationTime|20140320201444|5
[20]|DeferredDeliveryTime|45010101000000|0
[21]|DeleteAfterSubmit|False|6
[22]|DownloadState|1|3
[23]|EntryID|000000005A4431201BE3B94890692B49F97075D564022000|0
[24]|EntryID|000000005A4431201BE3B94890692B49F97075D564022000|1
[25]|ExpiryTime|45010101000000|0
[26]|FlagRequest||1
[27]|FormDescription||0
[28]|GetInspector||0
[29]|HTMLBody|<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>t<o:p></o:p></p></div></body></html>|1
[30]|Importance|1|3
[31]|InternetCodepage|20127|3
[32]|IsConflict|False|6
[33]|IsMarkedAsTask|False|6
[34]|ItemProperties||0
[35]|LastModificationTime|20140320201619|5
[36]|Links||0
[37]|MarkForDownload|0|3
[38]|MessageClass|IPM.Note|1
[39]|Mileage||1
[40]|NoAging|False|6
[41]|OriginatorDeliveryReportRequested|False|6
[42]|OutlookInternalVersion|144760|3
[43]|OutlookVersion|14.0|1
[44]|Parent||0
[45]|Permission|0|3
[46]|PermissionService|0|3
[47]|PermissionTemplateGuid||1
[48]|PropertyAccessor||0
[49]|ReadReceiptRequested|False|6
[50]|ReceivedByEntryID||0
[51]|ReceivedByName||1
[52]|ReceivedOnBehalfOfEntryID||0
[53]|ReceivedOnBehalfOfName||1
[54]|ReceivedTime|20140320201400|5
[55]|RecipientReassignmentProhibited|False|6
[56]|Recipients||0
[57]|ReminderOverrideDefault|False|6
[58]|ReminderPlaySound|False|6
[59]|ReminderSet|False|6
[60]|ReminderSoundFile||1
[61]|ReminderTime|45010101000000|0
[62]|RemoteStatus|0|3
[63]|ReplyRecipientNames||1
[64]|ReplyRecipients||0
[65]|RetentionExpirationDate|45010101000000|5
[66]|RetentionPolicyName||1
[67]|RTFBody|REMOVED|0
[68]|Saved|False|6
[69]|SaveSentMessageFolder||0
[70]|Sender||0
[71]|SenderEmailAddress|xxxx@Yahoo.com|1
[72]|SenderEmailType|SMTP|1
[73]|SenderName|xxxx|1
[74]|SendUsingAccount||0
[75]|Sensitivity|0|3
[76]|Sent|False|6
[77]|SentOn|45010101000000|5
[78]|SentOnBehalfOfName||1
[79]|Session||0
[80]|Size|3411|3
[81]|Subject|t|1
[82]|Submitted|False|6
[83]|TaskCompletedDate|45010101000000|0
[84]|TaskDueDate|45010101000000|0
[85]|TaskStartDate|45010101000000|0
[86]|TaskSubject|t|1
[87]|To|test@test.com|1
[88]|ToDoTaskOrdinal|45010101000000|0
[89]|UnRead|True|6
[90]|UserProperties||0
[91]|VotingOptions||1
[92]|VotingResponse||1