Class ContactSaveOptions
Contents
[
Hide
]ContactSaveOptions class
Serves as the abstract base class for contact save options when saving contact objects to various formats. This class provides common configuration properties such as save format and vCard version for contact serialization.
public abstract class ContactSaveOptions
Properties
| Name | Description |
|---|---|
| ProductId { get; set; } | Gets or sets the product identifier that created VCard object. |
| SaveFormat { get; } | Gets a save format |
| Version { get; set; } | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. |
Remarks
This class is designed to be inherited by concrete format-specific classes like VCardSaveOptions. Do not instantiate this class directly. Use the format-specific subclasses to access format-specific saving options. The Version property controls the vCard format version when saving to vCard format.
See Also
- namespace Aspose.Email.Mapi
- assembly Aspose.Email