最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
第二部分,公共属性
时间:2022-07-02 12:02:50 编辑:袖梨 来源:一聚教程网
接上
--------------------------------------
///
/// 最多收件人数量
///
public int RecipientMaxNum
{
set
{
recipientmaxnum = value;
}
}
///
/// 邮件服务器域名和验证信息
/// 形如:"user:[email protected]:25",也可省略次要信息。如"user:[email protected]"或"www.server.com"
///
public string MailDomain
{
set
{
string maidomain=value.Trim();
int tempint;
if(maidomain!="")
{
tempint=maidomain.IndexOf("@");
if(tempint!=-1)
{
string str=maidomain.Substring(0,tempint);
MailServerUserName=str.Substring(0,str.IndexOf(":"));
MailServerPass=str.Substring(str.IndexOf(":")+1,str.Length-str.IndexOf(":")-1);
--------------------------------------
///
/// 最多收件人数量
///
public int RecipientMaxNum
{
set
{
recipientmaxnum = value;
}
}
///
/// 邮件服务器域名和验证信息
/// 形如:"user:[email protected]:25",也可省略次要信息。如"user:[email protected]"或"www.server.com"
///
public string MailDomain
{
set
{
string maidomain=value.Trim();
int tempint;
if(maidomain!="")
{
tempint=maidomain.IndexOf("@");
if(tempint!=-1)
{
string str=maidomain.Substring(0,tempint);
MailServerUserName=str.Substring(0,str.IndexOf(":"));
MailServerPass=str.Substring(str.IndexOf(":")+1,str.Length-str.IndexOf(":")-1);
相关文章
- 随变app下载入口-抖音随变app官网入口下载地址 03-24
- 王者之路传奇新手如何养成 03-24
- 聊斋画皮鬼痴心鬼成就解锁攻略分享 03-24
- QQ经典农场官网下载-QQ经典农场手机版畅玩入口 03-24
- 对魔忍特遣队新手首抽角色选择推荐 03-24
- 碧屿之下妮娅与不思议齿轮卡拉苏打法攻略 03-24