IEmailAttachment Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailAttachmentTypeConverter))]
public interface IEmailAttachment : Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailAttachmentTypeConverter))>]
type IEmailAttachment = interface
interface IJsonSerializable
Public Interface IEmailAttachment
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ContentId |
Unique identifier (CID) to reference an inline attachment. |
ContentInBase64 |
Base64 encoded contents of the attachment |
ContentType |
MIME type of the content being attached. |
Name |
Name of the attachment |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |