Share via


EmailAttachment.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of EmailAttachment.

public static Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailAttachment DeserializeFromDictionary (System.Collections.IDictionary content);
static member DeserializeFromDictionary : System.Collections.IDictionary -> Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailAttachment
Public Shared Function DeserializeFromDictionary (content As IDictionary) As IEmailAttachment

Parameters

content
IDictionary

The global::System.Collections.IDictionary content that should be used.

Returns

an instance of IEmailAttachment.

Applies to