IMEMessageDecoder.DecodedMessage(NSData) Method
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.
[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