PostItem Object
PostItem Multiple objects |
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 the 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 or CreateItemFromTemplate 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 | AutoResolvedWinner Property | BillingInformation Property | Body Property | BodyFormat Property | Categories Property | Class Property | Companies Property | Conflicts Property | ConversationIndex Property | ConversationTopic Property | CreationTime Property | DownloadState Property | EntryID Property | ExpiryTime Property | FormDescription Property | GetInspector Property | HTMLBody Property | Importance Property | InternetCodepage Property | IsConflict Property | ItemProperties Property | LastModificationTime Property | Links Property | MarkForDownload Property | MessageClass Property | Mileage Property | NoAging Property | OutlookInternalVersion Property | OutlookVersion Property | Parent Property | ReceivedTime Property | Saved Property | SenderEmailAddress Property | SenderEmailType Property | SenderName Property | Sensitivity Property | SentOn Property | Session 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 | ShowCategoriesDialog Method
Events | AttachmentAdd Event | AttachmentRead Event | BeforeAttachmentSave Event | BeforeCheckNames Event | BeforeDelete Event | Close Event | CustomAction Event | CustomPropertyChange Event | Forward Event | Open Event | PropertyChange Event | Read Event | Reply Event | ReplyAll Event | Send Event | Write Event
Parent Objects
Child Objects | Actions Object | Attachments Object | Conflicts Object | FormDescription Object | ItemProperties Object | Links Object | UserProperties Object
See Also | MailItem Object