PostItem 对象 (Outlook)

代表在公用文件夹中其他人可以浏览的公告。

备注

MailItem 不同 对象的 PostItem 对象不发送给收件人。 您使用的 开机自检 方法,类似于 发送 要保存到目标公用文件夹而不是邮寄它 PostItemMailItem 对象的方法。

使用 CreateItemCreateItemFromTemplate 方法来创建一个 PostItem 对象,该对象表示新的帖子。

使用 Items (索引) ,其中 index 是帖子的索引号或用于匹配帖子的默认属性的值,以便从公用文件夹返回单个 PostItem 对象。

示例

以下示例返回一个新公告。

Set myItem = myOlApp.CreateItem(olPostItem)

事件

名称
AfterWrite
AttachmentAdd
AttachmentRead
AttachmentRemove
BeforeAttachmentAdd
BeforeAttachmentPreview
BeforeAttachmentRead
BeforeAttachmentSave
BeforeAttachmentWriteToTempFile
BeforeAutoSave
BeforeCheckNames
BeforeDelete
BeforeRead
Close
CustomAction
CustomPropertyChange
转发
Open
PropertyChange
读取
ReadComplete
Reply
ReplyAll
Send
Unload
Write

方法

名称
ClearConversationIndex
ClearTaskFlag
Close
Copy
删除
Display
转发
GetConversation
MarkAsTask
Move
Post
PrintOut
Reply
Save
SaveAs
ShowCategoriesDialog

属性

名称
Actions
应用程序
附件
AutoResolvedWinner
BillingInformation
Body
BodyFormat
类别
Companies
Conflicts
ConversationID
ConversationIndex
ConversationTopic
CreationTime
DownloadState
EntryID
ExpiryTime
FormDescription
GetInspector
HTMLBody
Importance
InternetCodepage
IsConflict
IsMarkedAsTask
ItemProperties
LastModificationTime
MarkForDownload
MessageClass
Mileage
NoAging
OutlookInternalVersion
OutlookVersion
Parent
PropertyAccessor
ReceivedTime
ReminderOverrideDefault
ReminderPlaySound
ReminderSet
ReminderSoundFile
ReminderTime
RTFBody
Saved
SenderEmailAddress
SenderEmailType
SenderName
Sensitivity
SentOn
Session
Size
Subject
TaskCompletedDate
TaskDueDate
TaskStartDate
TaskSubject
ToDoTaskOrdinal
UnRead
UserProperties

另请参阅

Outlook 对象模型引用

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。