I want to add attachments to my Mail App Is it possible? I am sending mails and receiving mails in my Application but i dont know how to send attachments through mail. please give me a solution for this
Thanks,
Anand
我正在与Furry SDK And Webservices交换电文,但我需要寄送信。 或者如何向网络服务寄送寄寄寄售物?
如果我们通过指示,我们就使用“@”。
当我们向网络服务提供原始数据时,我们使用了什么?
在我的数据应用中
NSString *soapMsg = [NSString stringWithFormat:@"<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<InsertAttachmentint xmlns="http://tempuri.org/">
<Filename>string</Filename>
<FileType>string</FileType>
<FileContentint>base64Binary</FileContentint>
</InsertAttachmentint>
</soap12:Body>
</soap12:Envelope>"];
在上述肥皂中,我们在Sting地点使用“%@”,有关基准64Binary的内容是什么?