যারা outlook ব্যবহার করেন তাদের হয়তো কাজে লাগতে পারে। Auto BCC rule তৈরির জন্য প্রথমে outlook open করুন। নিচের ধাপসমূহ follow করুন।
1) Open outlook.
2) Press Alt+F11 to open visual basic.
3) Expand Project1, Microsoft Outlook Objects and double click on ThisOutlookSession.
4) Copy and paste below codes and save project.
5) Replace your desired mail address to [email protected]
6) Enable all macroes from trust center settings. "Go to- File/Tool (Tool for prior version of office)--> Options--> Trust Center--> Trust Center Settings--> Macro Settings--> Enable All Macros (Select this option)-->ok
Codes:
Private Sub Application_ItemSend(ByVal Item As Object, _
Cancel As Boolean)
Dim objRecip As Recipient
Dim strMsg As String
Dim res As Integer
Dim strBcc As String
On Error Resume Next
' #### USER OPTIONS ####
' address for Bcc -- must be SMTP address
' or resolvable to a name in the address book
strBcc = "[email protected]"
Set objRecip = Item.Recipients.Add(strBcc)
objRecip.Type = olBCC
If Not objRecip.Resolve Then
strMsg = "Could not resolve the Bcc recipient. " & _
"Do you want to send the message?"
res = MsgBox(strMsg, vbYesNo + vbDefaultButton1, _
"Could Not Resolve Bcc")
If res = vbNo Then
Cancel = True
End If
End If
Set objRecip = Nothing
End Sub
তথ্য ও প্রযুক্তির বিশাল ভান্ডারে নিজেকে এত ছোট মনে হয় যে, টিউন করার সাহস হয় না। তবু্ও করলাম। কোন ভুল হলে ক্ষমার দৃষ্টিতে দেখবেন।
Md. Harun-Or-Rashid, +8801785-675-102
আমি মোঃ হারুন অর রশিদ। IT Manager, Dhaka। বিশ্বের সর্ববৃহৎ বিজ্ঞান ও প্রযুক্তির সৌশল নেটওয়ার্ক - টেকটিউনস এ আমি 13 বছর 10 মাস যাবৎ যুক্ত আছি। টেকটিউনস আমি এ পর্যন্ত 32 টি টিউন ও 203 টি টিউমেন্ট করেছি। টেকটিউনসে আমার 6 ফলোয়ার আছে এবং আমি টেকটিউনসে 0 টিউনারকে ফলো করি।
Thanks,,, ekta jinis Outlook e ektar beshi account set up korbo kivabe?
Thanks
Saiful Islam
http://www.cheapoutsourcing.info/