|
You are here |
aurelio.net | ||
| | | | |
www.paulsprogrammingnotes.com
|
|
| | | | | Source: http://www.rondebruin.nl/mail/folder2/saveatt.htmSub Test()'Arg 1 = Folder name in your Inbox'Arg 2 = File extension, "" is every file'Arg 3 = Save folder, "C:\Users\Ron\test" or ""'If you use "" it will create a date/time stamped'folder for you in the "My Documents" folder.'Note: If you use this "C:\Users\Ron\test" the folder must exist SaveEmailAttachmentsToFolder "AgentReports", "html", "C:\Users\Paul\Documents\Agent Reports\Saved"End SubSub SaveEmailAttachmentsToFolder(OutlookFolderInInbox As String, _ ExtString As String, DestFolder As String) Dim ns As NameSpace Dim Inbox As MAPIFolder Dim SubFolder As MAPIFolder Dim Item As Object Dim Atmt As Attachment Dim FileName As String Dim MyDocPath As String Dim I As Integer Di... | |
| | | | |
www.nightbirdsevolve.com
|
|
| | | | | Meta is a Music Tag Editor for Mac. With support for batch editing of music metadata, and cover art for most audio and video formats (MP3, MP4, FLAC, WAV, ). | |
| | | | |
ewen.mcneill.gen.nz
|
|
| | | | | ||
| | | | |
ncona.com
|
|
| | | In this post we're going to configure neovim to work with Arduino Language Server. Nvim Lsp Config Neovim comes with an LSP client included, nvim-lspconfig is a plugin that helps us configure the client so it can talk to LSP servers. This configuration should be enough to get started with Arduino: 1 2 3 4 5 6 return { | ||