メインコンテンツへスキップ

Outlook:新しいメッセージにファイルを自動的に添付する

Microsoft Outlookで新しく作成されたすべての電子メールメッセージに会社のプロファイルを自動的に添付するとしますが、どのように処理しますか? MicrosoftOutlookの新しいメッセージにファイルを自動的に添付するのに役立つXNUMXつのトリッキーな方法があります。

カスタマイズされたテンプレートを使用して、新しいメッセージにファイルを自動的に添付します

VBAを使用して新しいメッセージのファイルを自動的に添付する

Office タブ - Microsoft Office でタブによる編集と参照を有効にし、仕事をスムーズにします
Kutools for Outlook - 100 以上の高度な機能で Outlook を強化し、優れた効率を実現します
これらの高度な機能を使用して、Outlook 2021 ~ 2010 または Outlook 365 を強化します。 包括的な 60 日間の無料トライアルを利用して、メール エクスペリエンスを向上させてください。

矢印青い右バブルカスタマイズされたテンプレートを使用して、新しいメッセージにファイルを自動的に添付します

この方法では、添付ファイル付きの新しいテンプレートを作成してから、このテンプレートを適用する方法を説明します。 このカスタマイズされたテンプレートをMicrosoftOutlookに適用すると、指定されたファイルが自動的に添付されます。

ステップ1:新しい電子メールメッセージを作成します。

  1. Outlook 2007では、をクリックしてください File > 新作 > メールメッセージ.
  2. Outlook 2010および2013では、をクリックしてください 新しいメール 上のボタン ホーム タブには何も表示されないことに注意してください。

ステップ2:メッセージウィンドウで、をクリックしてファイルを添付します インセット > ファイルを添付する、次に[ファイルの挿入]ダイアログボックスで、指定したファイルを選択し、[ インセット

ステップ3: File > 名前を付けて保存 メッセージウィンドウで。 (Outlook 2007を使用している場合は、 Officeボタン 左上隅に> 名前を付けて保存 > 名前を付けて保存.)

手順4:[名前を付けて保存]ダイアログボックスで、

  1. 新しいテンプレートの名前をに入力します ファイル名: ボックス;
  2. クリック タイプとして保存: ボックスをクリックし、 Outlookテンプレート ドロップダウンメニュー;
  3. クリック Save

Note:テンプレートは自動的にに保存されます Outlookテンプレート 選択した場合はフォルダ Outlookテンプレート 名前を付けて保存 ドロップダウンリストを入力します。

ステップ5:現在作成中の電子メールメッセージを閉じます。

特定のテンプレートが作成されており、新しい電子メールメッセージにファイルを自動的に添付する場合に適用できます。 あなたは次のようにそれを行うことができます:

手順6:[フォームの選択]ダイアログボックスを開きます。

  1. Outlook 2007で、[ File > 新作 > フォームを選択します。
  2. Outlook 2010および2013では、 新商品 > その他のアイテム > フォームを選択します。

手順7:[フォームの選択]ダイアログボックスで:

  1. クリック 覗く: ボックスをクリックし、 ファイルシステムのユーザーテンプレート ドロップダウンリストから。
  2. クリックして、テンプレートリストでカスタマイズされたテンプレートを強調表示します。
  3. クリック Open

次に、指定したファイルを一度に添付して、新しい電子メールメッセージを作成します。

手順8:新しいメールメッセージを作成し、[ 送信


矢印青い右バブルVBAを使用して新しいメッセージのファイルを自動的に添付する

Microsoft OutlookのVBAマクロを使用して、新しいメッセージのファイルを自動的に添付するトリックがあります。

ステップ1: 他の + F11 キーを押して、Microsoft Visual Basic forApplicationsウィンドウを開きます。

ステップ2: インセット > モジュール.

手順3:次のコードを新しいモジュールウィンドウに貼り付けます。

Sub NewMessageWithAttachment()
Dim oMsg As Outlook.MailItem
Set oMsg = Application.CreateItem(olMailItem)
With oMsg
.Attachments.Add "C:\Attachment.doc"
.Display
End With
End Sub

ステップ4:必要に応じて、コード内の添付ファイルの保存パスを変更します。

たとえば、添付するファイルの名前が「Office Tab」で、ファイル拡張子は「。のdocx」であり、その保存パスは C:\ Users \ username \ Desktop、「C:\ Attachment.doc」と「C:\ Users \ username \ Desktop \ Office Tab.docx「コード内。

ステップ5:プレス F5 このVBAマクロを実行するためのキー。

次に、指定したファイルを一度に添付すると、新しい電子メールメッセージが作成されます。

手順6:新しいメールメッセージを作成し、[ 送信


最高のオフィス生産性向上ツール

Kutools for Outlook - Outlook を強化する 100 以上の強力な機能

🤖 AIメールアシスタント: AI の魔法を備えたインスタント プロのメール - ワンクリックで天才的な返信、完璧な口調、多言語の習得。メールを簡単に変革しましょう! ...

📧 自動メール: 不在時 (POP および IMAP で利用可能)  /  メール送信のスケジュール設定  /  メール送信時のルールによる自動CC/BCC  /  自動転送 (高度なルール)   /  あいさつを自動追加   /  複数受信者の電子メールを個別のメッセージに自動的に分割する ...

📨 電子メール管理: メールを簡単に思い出す  /  件名などで詐欺メールをブロック  /  重複するメールを削除する  /  高度な検索  /  フォルダーを統合する ...

📁 アタッチメント プロバッチ保存  /  バッチデタッチ  /  バッチ圧縮  /  自動保存   /  自動デタッチ  /  自動圧縮 ...

🌟 インターフェースマジック: 😊もっと可愛くてクールな絵文字   /  タブ付きビューで Outlook の生産性を向上  /  Outlook を閉じる代わりに最小化する ...

???? ワンクリックの驚異: 受信した添付ファイルをすべてに返信する  /   フィッシングメール対策  /  🕘送信者のタイムゾーンを表示 ...

👩🏼‍🤝‍👩🏻 連絡先とカレンダー: 選択したメールから連絡先を一括追加  /  連絡先グループを個別のグループに分割する  /  誕生日のリマインダーを削除する ...

オーバー 100の特長 あなたの探索をお待ちしています! ここをクリックして詳細をご覧ください。

 

 

Comments (14)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Ola,
se o anexo estiver em uma pasta na rede ou em outra maquina, como faz para anexar automaticamente?
This comment was minimized by the moderator on the site
При нажатии на эл.адрес в документе pdf автоматически создается новое письмо в outlook. При нажатии на несколько разных адресов outlook создает новое письмо для каждого, можно сделать так, чтобы он добавлял нового адресата в одно письмо ?
This comment was minimized by the moderator on the site
Hi there,

I think you will have to copy the email addresses and then add them as recipients of one email.

Amanda
This comment was minimized by the moderator on the site
I've got a coworkers outlook that auto attaches EVERY email. This was never set up and just randomly started. Went away when the IT dept transitioned it to O365 (desktop app), but then randomly came back. I've seen nothing set up whatsoever with rules for this or anything. Any ideas how to get this to stop? Especially since we have customers receiving these emails and go to click the attachment and nothing opens. Plus it makes it that much more difficult finding the right email with the right attachment.
This comment was minimized by the moderator on the site
Hi there, do you mean that an email account in Outlook auto attaches other emails when reply to or send a message? And the attachments that has noting?
This comment was minimized by the moderator on the site
how to add an attachment in automatic reply in outlook
This comment was minimized by the moderator on the site
how can I attache file automatically from some shared location and send schedule them to b sent in everymonth and on a specific date
This comment was minimized by the moderator on the site
Instead of creating new email how to use email template and attach files automatically. pls can you suggest the VBA code for this?
This comment was minimized by the moderator on the site
Sub NewMessageWithAttachment()
Dim oMsg As Outlook.MailItem
Set oMsg = Application.CreateItem(olMailItem)
Set oMsg = Application.CreateItemFromTemplate("your template address")
With oMsg
.Attachments.Add "your attachment address"
.Display
End With
End Sub
'Press F5 key to run this VBA macro.
'I tried this and it worked. I am not an expert in VB.
This comment was minimized by the moderator on the site
Can you guide me, I get an error when running the Marco 
This comment was minimized by the moderator on the site
is there any particular way i can send mails to a particular mail id attaching files automatically from a folder. I want the whole process to be done automatically once the mail id and folder is set set. Its gonna be heaven if that's possible as my job pressure can be reduced at least a bit by the same.
This comment was minimized by the moderator on the site
is there any way i can send mails to a particular mail id attaching files from a particular folder in my pc automatically
This comment was minimized by the moderator on the site
Hi also, I have done the same for multiple attachments, but the problem if I set 3 files and 1 of them is not there the email will not be sent. is there a way to set it to attach what ever available and send it thanks in advance
This comment was minimized by the moderator on the site
This is very useful, can you please advise how may I add "body" and "to" in the codes
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations