OlItemType 列挙型

定義

Outlook アイテムの種類を示します。

public enum class OlItemType
public enum OlItemType
Public Enum OlItemType
継承
OlItemType

フィールド

名前 説明
olMailItem 0

を表します。 MailItem

olAppointmentItem 1

を表します。 AppointmentItem

olContactItem 2

を表します。 ContactItem

olTaskItem 3

を表します。 TaskItem

olJournalItem 4

を表します。 JournalItem

olNoteItem 5

を表します。 NoteItem

olPostItem 6

を表します。 PostItem

olDistributionListItem 7

を表します。 DistListItem

olMobileItemSMS 11

ショート メッセージ サービス (SMS) メッセージである MobileItem オブジェクト。

olMobileItemMMS 12

マルチメディア メッセージング サービス (MMS) メッセージである MobileItem オブジェクト。

適用対象