https://www.youtube.com/user/DellTWvlog/videos
2020年11月9日 星期一
2020年11月8日 星期日
saf
Outlook 2007 後,停用 HTML Editor ,改用 Word 引擎來解讀 eMail 。
讀取時,會將信件的 HTML 格式轉換為 RTF 格式顯示,避免任何 HTML 可執行程式碼攻擊。
轉寄時,會將 RTF 格式套配 NormalEMail.dotm ,寄出時,將 RTF 轉換成 HTML 或 winmail.dat 附件,有可能會有格式異動,特別是樣式部分。
要保留原始格式,請採用附件轉寄。
2020年11月7日 星期六
dd
https://www.howtogeek.com/howto/28478/copy-and-paste-in-outlook-without-messing-up-your-formatting/
2020年11月6日 星期五
2020年11月2日 星期一
1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim strS As String = "AAA223/"
If Microsoft.VisualBasic.Right(strS, 1) = "/" Then
Label1.Text = strS.Replace(Microsoft.VisualBasic.Right(strS, 1), "")
End If
End Sub
訂閱:
文章 (Atom)