OlItemType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクト。 |