PostItem オブジェクト (Outlook)

パブリック フォルダーへの投稿アイテムを表します。

注釈

MailItem オブジェクトとは異なり、PostItem オブジェクトは受信者に送信されません。 MailItem オブジェクトの Send メソッドに似た Post メソッドを使用して、PostItem を郵送する代わりにターゲット パブリック フォルダーに保存します。

CreateItem または CreateItemFromTemplate メソッドを使用して、新しい post を表す PostItem オブジェクトを作成します。

パブリック フォルダーから 1 つの PostItem オブジェクトを返すには、Items (index) を使用します。ここで、index は post のインデックス番号、または post の既定のプロパティと一致するために使用される値です。

次の例は、新しい投稿アイテムを取得します。

Set myItem = myOlApp.CreateItem(olPostItem)

イベント

名前
AfterWrite
AttachmentAdd
AttachmentRead
AttachmentRemove
BeforeAttachmentAdd
BeforeAttachmentPreview
BeforeAttachmentRead
BeforeAttachmentSave
BeforeAttachmentWriteToTempFile
BeforeAutoSave
BeforeCheckNames
BeforeDelete
BeforeRead
Close
CustomAction
CustomPropertyChange
Forward
Open
PropertyChange
読み取り
ReadComplete
Reply
ReplyAll
Send
Unload
Write

メソッド

名前
ClearConversationIndex
ClearTaskFlag
Close
Copy
Delete
Display
Forward
GetConversation
MarkAsTask
Move
投稿
PrintOut
Reply
Save
SaveAs
ShowCategoriesDialog

プロパティ

Name
Actions
アプリケーション
添付ファイル
AutoResolvedWinner
BillingInformation
Body
BodyFormat
Categories
クラス
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
件名
TaskCompletedDate
TaskDueDate
TaskStartDate
TaskSubject
ToDoTaskOrdinal
UnRead
UserProperties

関連項目

Outlook オブジェクト モデル リファレンス

サポートとフィードバック

Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。