OlSaveAsType Énumération
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.
Spécifie le format de fichier.
public enum class OlSaveAsType
public enum OlSaveAsType
Public Enum OlSaveAsType
- Héritage
-
OlSaveAsType
Champs
Nom | Valeur | Description |
---|---|---|
olTXT | 0 | Format texte (.txt) |
olRTF | 1 | Format texte enrichi (.rtf) |
olTemplate | 2 | Modèle Microsoft Outlook (.oft) |
olMSG | 3 | Format de message Outlook (.msg) |
olDoc | 4 | Format Microsoft Office Word (.doc) |
olHTML | 5 | Format HTML (.html) |
olVCard | 6 | Format VCard (.vcf) |
olVCal | 7 | Format VCal (.vcs) |
olICal | 8 | Format iCal (.ics) |
olMSGUnicode | 9 | Format de message unicode Outlook (.msg) |
olMHTML | 10 | Format HTML MIME (.mht) |
Remarques
Utilisée comme paramètre facultatif pour la méthode SaveAs dans le cas des éléments Outlook.