PostItem Object
Description
Represents a post in a public folder that others may browse. Unlike a MailItem object, a PostItem object is not sent to a recipient. You use the Post method, which is analogous to Send method for the MailItem object, to save the PostItem to the target public folder instead of mailing it.
Using the PostItem Object
Use the CreateItem method to create a PostItem object that represents a new post. The following example returns a new post.
Set myItem = myOlApp.CreateItem(olPostItem)
Use Items(index), where index is the index number of a post or a value used to match the default property of a post, to return a single PostItem object from a public folder.
Properties
Actions property, Application property, Attachments property, BillingInformation property, Body property, Categories property, Companies property, ConversationIndex property, ConversationTopic property, CreationTime property, EntryID property, ExpiryTime property, FormDescription property, GetInspector property, Importance property, LastModificationTime property, MessageClass property, Mileage property, NoAging property, OutlookInternalVersion property, OutlookVersion property, Parent property, ReceivedTime property, Saved property, SenderName property, Sensitivity property, SentOn property, Size property, Subject property, UnRead property, UserProperties property.
Methods
ClearConversationIndex method, Close method, Copy method, Delete method, Display method, Forward method, Move method, Post method, PrintOut method, Reply method, Save method, SaveAs method.
Events
Close event, CustomAction event, CustomPropertyChange event, Forward event, Open event, PropertyChange event, Read event, Reply event, ReplyAll event, Send event, Write event.