How to get PST folder datetime?
Slipstiick Forums » Outlook VBA and Custom Forms
by Bamerand
20h ago
The code I was able to geto from Diana's Slipstick Forum Print a list of your Outlook folders and slightly amended to be able to get datetime properpies of the Outlook folder. The output generated in the MS Outlook nested folder is fine, but it does not work with PST folders, the output generates error 'Run-time error '-2147221223 (8004010f0)': "The property http://schemas.microsoft.com/mapi/proptag/0x30070040" is unknown or cannot be found. Here is the code Public strFolders... Read more ..read more
Visit website
How to use VB .Net to send emails?
Slipstiick Forums » Outlook VBA and Custom Forms
by Ricky
20h ago
I'm trying to send emails with my VB .Net, but I'm having an issue with the send command. Here's the code I'm using. Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim oApp As Outlook.Application oApp = New Outlook.Application Dim oMsg As Outlook.MailItem oMsg = oApp.CreateItem(Outlook.OlItemType.olMailItem) oMsg.Recipients.Add("rickykreidl@gmail.com") oMsg.Subject = "Testing" oMsg.Body = "this is a test"... Read more ..read more
Visit website
VBA to Triage Incoming Email
Slipstiick Forums » Outlook VBA and Custom Forms
by lneidorf
3d ago
I'm having some serious issues with my Outlook Rules that no one in my IT Dept seems to be able to fix. Seems like an Exchange issue. I receive upwards of 2,500 emails every day, with about 200 pertaining to my own clients. And so I'd like a VBA script to identify the emails I want and send the remainder to a "Not Mine" folder. My rules, which were complex, identified my own clients' emails by words in the Subject OR distribution lists amongst the recipients. I'd like to accomplish the... Read more ..read more
Visit website
Outlook VBA to send from Non-default Account & Data Files
Slipstiick Forums » Outlook VBA and Custom Forms
by Jacques
1w ago
Diane Poremsky helped me in 2014 to code VBA script below in order to send out batch mails for invoicing and statements. The problem is that since about 2 months ago Outlook sends from my default account and Data file selected which is linked to my Accounting Software that generates the mails. No matter what I do and add to the VBA, the final e-mail is sent from my default account. I place a pause in the VBA to check what is saved and it even saves the correct From Account but after sent it... Read more ..read more
Visit website
How to use Kamagra jelly
Slipstiick Forums » Outlook VBA and Custom Forms
by jonesbarry
1w ago
Kamagra Jelly offers a convenient and effective solution for individuals experiencing erectile dysfunction. Understanding how to use this medication correctly is crucial for maximizing its benefits and ensuring safety. Here's a step-by-step guide on how to use Kamagra Jelly: Before using Kamagra Jelly, it's essential to consult with a healthcare professional to determine the appropriate dosage for your needs. Dosage may vary depending on factors such as age, medical... Read more ..read more
Visit website
Open multiple Hyperlinks to download files
Slipstiick Forums » Outlook VBA and Custom Forms
by chummy
2w ago
Hi there, i'm completely newbie to this scripts for outlook. I need to download around 300 PDF which are hyperlinked at individual received email messages. I'm was looking for something to automatize that, and find VBA scripts tutorial Open Hyperlinks in an Outlook Email Message Perhaps i cannot make this work, i found this thread, which looks similar to my case. I can run the script, but nothing happens ..read more
Visit website
DB/Object/Record vs File/List/Range Terminology
Slipstiick Forums » Outlook VBA and Custom Forms
by DNDNelson
2w ago
Sorry if off topic, but Diane and community seem like the best group to ask. TL;DR- Data as individual, manageable items versus data as elements within a document/file. e.g. Structured vs Unstructured? I just want to hear what is most common in the community. When speaking to IT leadership, I want to discuss the pros and cons of data elements stored database-based applications versus being stored as structured text in Office documents. e.g. a SharePoint list versus a bulleted list or... Read more ..read more
Visit website
Can't save MailItem because the message changed in .pst file
Slipstiick Forums » Outlook VBA and Custom Forms
by Rob
3w ago
Hi, I have a IMAP account for my inbox. I have a rule that moves all mail from that inbox to a folder in a separate .pst file. I then have other folders in the .pst file and code to add a task and a category to mail moved into those folders. The problem comes when my code tries to save the changes to the MailItem. It is the 'can't save because has changed' error. It is not happening every time, but I would say 90% of the time I get the error. All my google searches suggest it is a... Read more ..read more
Visit website
Search message, then (1) Jump to folder & (2) Select message that you searched for
Slipstiick Forums » Outlook VBA and Custom Forms
by mail11
1M ago
I was using this code a while ago, I'm not sure if it was from this forum. It can do: (1) Jump to folder But also would like it to do: (2) Select message that you searched for Reason is that there can be a lot of emails in a folder. Code: Option Explicit Public Sub get_folder_path() Dim my_object As Object Dim my_folder As Outlook.MAPIFolder Dim MyMessage$ Set my_object = Application.ActiveWindow If TypeOf my_object Is Outlook.Inspector Then Set... Read more ..read more
Visit website
Error when exporting Sent Mail to Excel
Slipstiick Forums » Outlook VBA and Custom Forms
by lneidorf
1M ago
Hi there. I have some code designed to loop through my Sent Mail folder and export certain fields to a spreadsheet. It errors out, with an "Object doesn't support this property or method" error. I can tell by the entries on the spreadsheet that it's erroring out when it encounters Calendar Invite acceptances. My code appears below; I'd be grateful for an assist. Many thanks! Code: Option Explicit Sub List_Email_Info() Dim xlApp As Excel.Application Dim xlWB As Excel.Workbook Dim i As... Read more ..read more
Visit website

Follow Slipstiick Forums » Outlook VBA and Custom Forms on FeedSpot

Continue with Google
Continue with Apple
OR