IEmailAttachment.ContentInBase64 Property
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.
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