IEmailAttachment.ContentInBase64 Property

Definition

Base64 encoded contents of the attachment

[Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.Info(Create=true, Description="Base64 encoded contents of the attachment", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=true, SerializedName="contentInBase64", Update=true)]
public byte[] ContentInBase64 { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.Info(Create=true, Description="Base64 encoded contents of the attachment", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=true, SerializedName="contentInBase64", Update=true)>]
member this.ContentInBase64 : byte[] with get, set
Public Property ContentInBase64 As Byte()

Property Value

Byte[]
Attributes

Applies to