Questions tagged [inbox]
236 questions
0
votes
1 answer
"show 20 more messages" button in uitableview
I am newbie to iphone programming. I doing an mail like app in that i have to show inbox information in table view and at the final of dragging i should need "show 20 more messages" button. is there possibility of showing that?
if please can you…

sathish
- 1
0
votes
2 answers
Outlook 2010 scripted rule using VBA
I am trying to create a very simple (because I'm new and learning) scripted rule in Outlook 2010.
The RULE is: If a new mail item comes in from a particular email address, run my script and stop processing rules. The SCRIPT checks the body for a…

AnthonyJS
- 153
- 1
- 3
- 10
0
votes
0 answers
Selenium WebDriver: How to select email from other emails by unread status and sender address
I have several emails in my inbox.
Using Selenium WebDriver, Java, I need to select and open unread email from known sender. I.e. I may have multiple unread mails but only 1 unread mail from that sender. I know the email replay-to address and the…

Prophet
- 32,350
- 22
- 54
- 79
0
votes
1 answer
Reading Mailbox or user nodes through iOS app
Why this code gives error in fetching inbox
FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc]
initWithGraphPath:@"/me/inbox"
parameters:@{@"fields":@"inbox"}
…

Sunil Panda
- 89
- 9
0
votes
1 answer
How to read mail with java mail API (String cannot be cast to Multipart)
I am trying to write a simple code that will read messages from gmail inbox.
I have found some examples, but non of them is working.
Most promising is code I've found on CompilatimEerror.com, BUT whatever I try I get this…

Durden
- 1
- 2
0
votes
1 answer
Submitting variable from jsp to servlet on page load
I am designing an inbox system that takes the user name from the session of a jsp page and sends it to the servlet, this servlet then loads the inbox table(from the database) based on the username and returns it to the same jsp page.
I can put a…

NimazSheik
- 51
- 14
0
votes
0 answers
Automating MailChimp Inbox Inspections with Grunt
I want to take my email build process a step further by being able to send test emails to an Inbox Inspection in MailChimp as I put the templates together.
A quick search brings up some MailChimp based Grunt tasks like this one:…

abbas_arezoo
- 1,038
- 3
- 20
- 38
0
votes
1 answer
Start gmail with specific sender mail
I'm building an app to handle anything that concerns the academic life of an university student, that is including his university mail account.
Let's say the phone where my app is installed has two or more different gmail account set:
- "account 1"…

ParKein
- 133
- 1
- 12
0
votes
1 answer
Advanced search for subject incurs error 438 - object doesn't support this properties or method
I would like to search for email with subject "order 14567" in my current Outlook folder.
There is an error (438 - object doesn't support this properties or method.) incurred in the following code:
Set objSch =…

pexpex223
- 371
- 4
- 10
- 25
0
votes
0 answers
How to prevent Outgoing SMS from getting stored in KitKat?
I am creating an application that will send/receive messages to/from a certain gateway number. I don't want the messages that are sent to this particular number to be stored in the inbox of my device.
The code I am using to send the SMS…

Amruth Pillai
- 1,539
- 2
- 13
- 28
0
votes
1 answer
Android Access inbox
I want to show few sms available in inbox in my application. And how to identify or to distinguish to sms from others? Is there any message ID or something to identify sms?

rahul
- 1
0
votes
2 answers
How to automate saving an inbox message to a folder when closing after reading - Outlook 2010 VBA
I want to keep this in VBA. I'm seeking info on how to work around the following issue.
I get this error:
The item's properties and methods cannot be used inside this event procedure. MS has stopped people being able to use the .Close, .Move and…

0123KT
- 1
0
votes
2 answers
Moving Outlook message with specific subject to Subfolders
I am trying to write a brief VBA script that will move incoming messages from my Outlook Inbox to a subfolder. This is what I currently have (assembled from various posts), but I'm not getting any result when I send test emails. If there are any…

CJK
- 99
- 7
- 20
0
votes
0 answers
Add facebook feedback button to my website
I'm developing my own website and I would like to integrate it with my facebook page.
I would like to have small button or widget in my site that in case user wants to send feedback on my site he's clicking it and write down his message. This…

Moshe
- 208
- 4
- 13
0
votes
1 answer
How do I insert an iframe with dynamic HTTPS source from a Chrome extension?
We develop browser extensions for Google Chrome, Firefox and Safari. We need to insert an iframe in Inbox (https://inbox.google.com/) in our Chrome extension. I created a JavaScript code that inserts the iframe to the page with jQuery. Here is the…

Uri
- 2,992
- 8
- 43
- 86