AttachmentCollection.Remove(Attachment) 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.
Supprime la pièce jointe spécifiée de la collection.
public:
bool Remove(Microsoft::Exchange::WebServices::Data::Attachment ^ attachment);
public bool Remove (Microsoft.Exchange.WebServices.Data.Attachment attachment);
Paramètres
- attachment
- Attachment
Pièce jointe à supprimer de la collection.
Retours
true si la pièce jointe spécifiée a été correctement supprimée de la collection ; sinon, false.