博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iphone-common-codes-ccteam源代码 CCMail.h
阅读量:6235 次
发布时间:2019-06-22

本文共 853 字,大约阅读时间需要 2 分钟。

// //  CCMail.h //  CCFC // //  Created by xichen on 11-12-16. //  Copyright 2011年 ccteam. All rights reserved. // #import 
#import
@interface CCMail : NSObject {
} // 调用系统mail界面 + (MFMailComposeViewController *)showMailView:(id)delegate withRecipients:(NSArray *)recipients withCcRecipients:(NSArray *)ccRecipients withsubject:(NSString *)subject withtextBody:(NSString *)textBody isHTML:(BOOL)isHTML animated:(BOOL)animated; // returns whether the email is valid format + (BOOL)isValidEmailFormat:(NSString *)email; @end

googlecode链接地址(会有更新):

转载于:https://www.cnblogs.com/ccteam/archive/2011/12/31/2308446.html

你可能感兴趣的文章
《Linux内核设计与实现》读书笔记 第四章 进程调度
查看>>
距离和相似度量
查看>>
iOS方法类:CGAffineTransform的使用大概
查看>>
mybatis逆向工程之生成文件解释
查看>>
hadoop mapreduce中对splite的处理
查看>>
我的第三篇博客(激动激动真激动!!!)A-B Problem
查看>>
C/C++二维数组名和二级指针
查看>>
jsf
查看>>
java代码输入流篇2
查看>>
python(50):python 向上取整 ceil 向下取整 floor 四舍五入 round
查看>>
电话聊天狂人
查看>>
性能测试随笔一(性能分析工具)
查看>>
ArcGIS Server的安装步骤
查看>>
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
查看>>
字符串截取
查看>>
进来看看吧 多学点知识不亏.......
查看>>
关于Hibernate框架的面试题
查看>>
Hdoj 1002
查看>>
paper 116:自然图像抠图/视频抠像技术梳理(image matting, video matting)
查看>>
类的析构、继承
查看>>