MFMailComposeViewController.AddAttachmentData(NSData, String, String) 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("addAttachmentData:mimeType:fileName:")]
public virtual void AddAttachmentData (Foundation.NSData attachment, string mimeType, string fileName);
abstract member AddAttachmentData : Foundation.NSData * string * string -> unit
override this.AddAttachmentData : Foundation.NSData * string * string -> unit
Parameters
- attachment
- NSData
- mimeType
- String
- fileName
- String
- Attributes