| | Awarded by Microsoft since 2005: |  |
| | VBOffice Info | | Visitors | 1390833 | | Impressions | 5095860 |
| |
|
| |
| Author: Michael Bauer | Homepage | | Date: 11.12.2006 | Accessed: 21498 | | | | Description
We are very sorry! This description is not translated yet. Anyway, please try the code as it is self-explanatory. |
Public Sub Sample(Item As Outlook.MailItem)
Dim EntryID$, StoreID$
Dim Mail As Outlook.MailItem
With Item
EntryID = .EntryID
StoreID = .Parent.StoreID
End With
Set Mail = Application.Session _
.GetItemFromID(EntryID, StoreID)
Debug.Print Item.SenderEmailAddress
Debug.Print Mail.SenderEmailAddress
End Sub
|
| | |
| | |  | ReplyAll alerts you before unintentionally replying all, or if you are a confidential BCC recipient of the ... [more] |
| | |  | Access the master category list in the blink of an eye, share your categories in a network, get a reminder service, and ... [more] |
| | |  | SAM automatically sets the sender, signature, and folder for sent items, for instance based on the recipient ... [more] |
| | |  | OLKeeper reliably prevents users from closing their Outlook window and thus possibly missing reminders or ... [more] |
| |
|