IEmailAttachment Interface

Definition

[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

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)

Applies to