Questions tagged [inbox]
236 questions
-1
votes
1 answer
Creating an exchange 2010 inbox rule
I've an Exchange 2010, how can I create a rule and apply it to all users.
The rule must create a folder in each inbox and put the read and delivered notification messages that specified folder.

SAIDI Belkacem
- 338
- 4
- 13
-1
votes
1 answer
Issue in tagging gmail mails with gmail API chrome extension
I am trying to develop a functionality in which the selected mails should get tagged with "general" label. This functionality should get executed on button click so for the button creation I used inboxsdk API and for the tagging functionality to…

shivani
- 21
- 4
-1
votes
1 answer
Show custom page content
First thanks all for helping.
I'm trying to show custom content on inbox page. My code looks like that:
@if ($buttons or…

ром Макаров
- 145
- 1
- 11
-1
votes
1 answer
How can I REALLY import Sms in content://sms/inbox"?
My problem is that I'm using a code like this to import SMS in content://sms/inbox but it isn't working:
ContentValues my_values = new ContentValues();
my_values.put("address", "333333333333");
my_values.put("body", "this is my text");
…

blacknova
- 31
- 3
-1
votes
1 answer
Save SMS to inbox when sending text using Sms Manager Android
I had a bit of code that i used to send an sms message to a number that the user entered by pressing a button. However, when the message sends, it doesn't show up in their messaging inbox so they don't know if it exactly sent or not. Is there any…

user1798956
- 53
- 4
- 12
-2
votes
2 answers
how to delete mysql table row from mail inbox
I want to delete mysql table row from mail inbox , Is it possible !, If yes how can i delete the table row in my server database from any mail inbox account, please tell me the solution
Table Structure:
id usrname password status usercat
1 …

user1379083
- 11
- 1
-3
votes
2 answers
Can an app send Inbox message to its users?
If so,
How can it be done?
Do you maybe know the Facebook policy about sending inbox messages?

Tamir Passi
- 1
- 1
-3
votes
2 answers
read only primary emails in IMAP with s22 library
I am using s22 IMAP library to read emails from inbox it is work fine but it in read all email in inbox Primary, social and promotion emails how I can get only primary email.
using (ImapClient client = new ImapClient("imapHost", "imapPort",…

Ibrahim ALsurkhi
- 1
- 3
-3
votes
1 answer
how to relation table inbox with table phonebook?
i have problem with my project for my office
my table
tbl_phonebook
number name
0814432 ahmad
tbl_inbox
SenderNumb text
0814432 coba coba
0942042 sekalian
how to display data from the table inbox
if the same number in…

Taufiq
- 1
- 2
-4
votes
1 answer
android app for reading sms inbox
I need to create an android application to read all SMS come to my phone. It should be just like the, new feture in facebook messenger, to show all sms in my phone inbox. Could help me by providing the source code.

Deepu
- 19
- 1
- 4
-4
votes
1 answer
Dropping Message into Message box in android
HI I was wondering if there was way that I could place a message in my inbox when application is started. What I wanna do is that when I run my application I want that a message from number let say that is 034556343, body of the message would be…

Zubair
- 304
- 1
- 5
- 19