コード例 #1
0
ファイル: SMTPUtils.cs プロジェクト: SanjayIntellve7/Test
 public static void SetFileName(Microsoft.XLANGs.BaseTypes.XLANGPart part, string fileName)
 {
     part.SetPartProperty(typeof(MIME.FileName), fileName);
 }
コード例 #2
0
ファイル: SMTPUtils.cs プロジェクト: SanjayIntellve7/Test
 public static void SetContentType(Microsoft.XLANGs.BaseTypes.XLANGPart part,
                                   string contentTypeValue)
 {
     part.SetPartProperty(typeof(Microsoft.XLANGs.BaseTypes.ContentType), contentTypeValue);
 }