评论: iPhone 16再曝光:外观设计大改,影像又升级?

只有登录用户才能发表评论,点击此处登录    返回新闻帖
wyc2020 发表评论于 2024-03-08 08:17:00
华为,遥遥领先:))
中航科工六院 发表评论于 2024-03-08 06:05:23

华为秒杀

connsfinest 发表评论于 2024-03-08 05:32:11
Sub SaveEmailAsPDF()
Dim outlookApp As Outlook.Application
Dim mail As Outlook.MailItem
Dim wordApp As Word.Application
Dim wordDoc As Word.Document
Dim pdfPath As String
Dim saveDirectory As String

' Initialize Outlook and get the selected email
Set outlookApp = Outlook.Application
Set mail = outlookApp.ActiveExplorer.Selection.Item(1)

' Define where to save the PDF
saveDirectory = "C:\Path\To\Save" ' Change to your desired path
pdfPath = saveDirectory & "\" & Replace(mail.Subject, ":", "-") & ".pdf"

' Initialize Word Application
Set wordApp = CreateObject("Word.Application")

' Create a new Word document
Set wordDoc = wordApp.Documents.Add

' Insert email metadata and body into the Word document
With wordDoc
.Content.Font.Name = "Arial"
.Content.Font.Size = 10
.Content.Text = "From: " & mail.SenderName & vbCrLf
.Content.InsertAfter "To: " & mail.To & vbCrLf
.Content.InsertAfter "CC: " & mail.CC & vbCrLf
.Content.InsertAfter "Subject: " & mail.Subject & vbCrLf
.Content.InsertAfter "Sent: " & mail.SentOn & vbCrLf & vbCrLf
.Content.InsertAfter mail.Body
End With

' Save the Word document as PDF
wordDoc.SaveAs2 pdfPath, FileFormat:=wdFormatPDF

' Close the Word document
wordDoc.Close False
wordApp.Quit

' Release the objects
Set wordDoc = Nothing
Set wordApp = Nothing
Set mail = Nothing
Set outlookApp = Nothing
End Sub
gameon 发表评论于 2024-03-08 03:33:23
丑的没边了。苹果的尽头已经看得看得见了。。。
咔炸飞 发表评论于 2024-03-08 03:29:05
这叫刮胡刀设计
难为 发表评论于 2024-03-08 03:07:00
hombre 发表评论于 2024-03-07 23:52:55
改来改去骗钱。
zxxxz 发表评论于 2024-03-07 23:18:23
Unnecessarily ugly
出来看看挺好 发表评论于 2024-03-07 22:55:00
自打乔帮主驾鹤西去,就没指望库克能翻出什么花来
Dwclys 发表评论于 2024-03-07 21:23:00
日落西山,穷途末路
Capitaltwo 发表评论于 2024-03-07 20:25:00
比华为的设计差远了
Gooddevil 发表评论于 2024-03-07 20:08:00
退休公司
OFA 发表评论于 2024-03-07 20:04:00
设计还能再蠢一些吗?
页次:1/1 每页50条记录, 本页显示113, 共13  分页:  [1]