Share via


IMEMessageDecoder.DecodedMessage(NSData) Method

Definition

[Foundation.Export("decodedMessageForMessageData:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MailKit.MEDecodedMessage? DecodedMessage(Foundation.NSData data);
[<Foundation.Export("decodedMessageForMessageData:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecodedMessage : Foundation.NSData -> MailKit.MEDecodedMessage
override this.DecodedMessage : Foundation.NSData -> MailKit.MEDecodedMessage

Parameters

data
NSData

Returns

Attributes

Applies to