EmailAttachment.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.PropertyOrigin.Owned)]
public byte[] ContentInBase64 { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Origin(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.PropertyOrigin.Owned)>]
member this.ContentInBase64 : byte[] with get, set
Public Property ContentInBase64 As Byte()
Property Value
Byte[]
Implements
- Attributes