次の方法で共有


ItemProperties.Add(String, OlUserPropertyType, Object, Object) メソッド

定義

ItemProperty オブジェクトを 名前 またはコレクションに追加します。

public Microsoft.Office.Interop.Outlook.ItemProperty Add (string Name, Microsoft.Office.Interop.Outlook.OlUserPropertyType Type, object AddToFolderFields, object DisplayFormat);
Public Function Add (Name As String, Type As OlUserPropertyType, Optional AddToFolderFields As Object, Optional DisplayFormat As Object) As ItemProperty

パラメーター

Name
String

新しいアイテムのプロパティ オブジェクトの名前を指定します。

Type
OlUserPropertyType

新しい ItemProperty の型。

AddToFolderFields
Object

アイテムのプロパティをフォルダー フィールドに追加するかどうかを指定します。

DisplayFormat
Object

指定したフォルダーに表示されるフィールドの書式を定義します。

戻り値

注釈

列挙型によってOlUserPropertyType定義される型のプロパティを作成できます。ただし、 の各型olEnumerationolOutlookInternalolSmartFromを除きます。

適用対象