ItemProperties.Add(String, OlUserPropertyType, Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un objet ItemProperty à la collection ItemProperties.
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
Paramètres
- Name
- String
Nom du nouvel objet de propriété d'élément.
- Type
- OlUserPropertyType
Type du nouvel objet ItemProperty.
- AddToFolderFields
- Object
Détermine si la propriété de l'élément sera ajoutée aux champs du dossier.
- DisplayFormat
- Object
Définit le format du champ tel qu'il apparaît dans un dossier donné.
Retours
Remarques
Vous pouvez créer une propriété d’un type défini par l’énumération, à l’exception OlUserPropertyType des types suivants : olEnumeration, olOutlookInternalet olSmartFrom.