Email sent from iphone not formatted to read in entourageFor starters, I'm using a new macbook pro, and entourage 2008 - via an
exchange server environment
I just noticed that I can read sent email from entourage formatted just as
it was when it was sent (the good news). However, when I send an email from
my iphone, the sent folder in entourage displays the sent mail, but formats
it in a manner that's not readable (more like code) - in the sent folder, it
shows no recipient and no subject. Enclosures are also not showing up in
the sent folder
On 1/27/10 4:28 PM, Tim Bradbury wrote:
> For starters, I'm using a new mac...
cannot send attachments #2I also suddenly cannot send attachments - probably about 3
weeks now - my ISP says it is an Outlook problem. Anyone
know what is oging on?
What version of Outlook, including the number?
TOOLS | HELP | ABOUT MICROSOFT OUTLOOK
Have you updated lately?
Do you get any errors or messages?
--
Nikki Peterson [MVP - Outlook]
"klk" <anonymous@discussions.microsoft.com> wrote in message
news:044701c3975f$ccc8b9e0$a401280a@phx.gbl...
I also suddenly cannot send attachments - probably about 3
weeks now - my ISP says it is an Outlook problem. Anyone
know what is oging on?
...
setting up new outlook mail accounti can not set up a new account on my outlook, i keep saying establish network
connection with a correct sign but searching for my mail account shows X
can you please advise
Are you trying to setup a POP3 mail account or an Exchange account? Also,
what version of Outlook are you using?
"rashid" <rashid@discussions.microsoft.com> wrote in message
news:C59D04C0-C1C9-4BD1-AE00-2009D25B221D@microsoft.com...
> i can not set up a new account on my outlook, i keep saying establish
> network
> connection with a correct sign but searching for my mail account shows X
> ...
How do I set up an argument which asks for multiple criteriaI am trying to use an argument that asks for one of three criteria (2345P,
8319T, or 7026J) in cell C108, and if it finds it, enters the amount of yet
another cell, G108 into cell K108, and if not enters 0 into cell K108.
It seems there are too many arguments for the "if" argument, and I can't
seem to get the "lookup" argument to work either.
Is there another argument I should be working with?
Thanks
--
Diver
Try:
=IF(OR(C108="8319T",C108="2345P",C108="7026J"),G108,0)
"bj" wrote:
> try in K108
> =if(or(c108=&qu...
OWA Set Rule problemI have successfully install the Exchange 2003 with SP1 in the Windows Server
2003. Anything alright exclude the rules function in OWA. I try to set the
rules from any then "move to" or "copy to" specify folder are no problem,
but "forward to" other email address, its don't work. I try to input the
email address in the contact and then select from the contact, but the result
also don't work. The rules can save and I can receive the incoming email in
the Exchange 2003/Outlook or OWA, but it don't forward to my specify email
address. I try to...
layout help-creating 2 pages on 8 1/2 x 11 paper for bookletI am new to Publisher, so bear with me.... I am trying to create a booklet
using 8 1/2 x 11 paper in positioned in landscape position. I would like to
get 2 pages on one piece of paper, but with the text in a portrait position,
if that makes sense. Can anyone guide me? Thanks.
--
Lauren
When you setup your publication as a booklet, the pages are presented in the
correct order automatically. The half pages will be portrait.
Have you tried to setup a booklet? If you have, what problems are you
experiencing?
--
Mary Sauer MSFT MVP
http://office.microsoft.com/
http://msauer.mvps.or...
How do I set the 'Set Synchronizing Client' fieldWe have a number of outlook clients using CRM that have the 'Set
Synchronizing Client' select box greyed out. We need to tick them so that
they are able to synchronize tasks etc.
Can any one help me find out why these are greyed out and then set them so
that they can synchronize
thanks
In my experience, that checkbox is always greyed out for the first
install that is performed for a user. The only time that checkbox
becomes active is if a second copy of CRM is installed for a user who
already has CRM installed on another PC....
Normally the box is checked and grey. If that is...
email fonts #2Dear all
Why do some of the emails I receive come over in Courier? And when I reply
I can't change the font. I am on Outlook 2007.
EGB
Are you receiving then sending email in plain text mode ?
kev
"egb" <egb@nospam.co.uk> wrote in message
news:OqK1qILtHHA.1204@TK2MSFTNGP03.phx.gbl...
> Dear all
>
> Why do some of the emails I receive come over in Courier? And when I
> reply I can't change the font. I am on Outlook 2007.
>
> EGB
>
>
>
>
>
...
How can I open outlook in a different inbox, i.e.hotmail ?I am using Microsoft Outlook 2002 i Windows XP and opens in its own inbox.
Is it possible to set it to open in the Hotmail inbox where my mail is found?
...
ExcelReport 2.0ExcelReport is an Excel report generator that outputs reports in
Microsoft Excel spreadsheet format. Supports all databases using ODBC.
With on time configuration, automatically generates Excel reports.
We are designing and developing ExcelReport 2.0. You are appreciated
to give your advices. Here are some description of new features and
report samples.
http://www.ljzsoft.com/excelreport2/index.htm
LJZsoft.com
One of the most frustrating aspects of Crystal Report (which I presume
is the principal competition) is its tendency to report numeric results
as text, interfering with the user...
Feb 10 live MSFT chat: RMS 1.2 Hardware ConfigurationHi all,
This is Michelle, editor of the Microsoft Business Solutions Community site.
I want to let you know that this week, on Thursday, Feb. 10, at 11 a.m. PST,
we'll be hosting a live chat on RMS 1.2 hardware setup. Here's a description
of the chat:
Hardware Configuration in Microsoft Retail Management System 1.2
February 10, 2005
11:00 A.M. Pacific Time
Have questions about setting up and configuring the hardware your POS system
uses? In this live chat, Microsoft Retail Management System developers Balaji
Balasubramanian, Josef Schauer, Dan Hanke, and Sylvester La Blanc wi...
How to set backcolourHello All
I have a continuous form containing a number field (long integer) called
[v_colour]. This field contains the number of a certain colour - as per the
numbers that are used in the format properties for back colour etc. I would
like to set the back colour for the form's [v_colour] text box to be the
value of the field:
e.g.
If the value of [v_colour] in the first record is 255, I want the back
colour of the textbox for that record to be bright red.
I tried this as the OnLoad event for the form:
[v_colour].backcolour = [v_colour].value
.... but this resulted in the back colour of...
Applying Percent Decrease Across Set Periods
I have a column which includes dates when items were purchased. I have
used the DATEDIF function to find the number of years between that date
and today's date. I now want to decrease the purchase amount 10% for
every year calculated via the DATEDIF function.
Any ideas, is this possible, why can't I think...?
--
Hunt&Peck
------------------------------------------------------------------------
Hunt&Peck's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=32961
View this thread: http://www.excelforum.com/showthread.php?threadid=527873
...
Deposit on Sales Order #2Let's say you have a sales order with 2 lines on it. The first line is for
$10,000 and the second is for $40,000. This is a new customer so you ask for
50% deposit. Customer pays $25,000 so you put this amount on the invoice. Now
you only invoice them for the first line. The invoice will print with a
-$15,000 total because $10,000 - $25,000=$15,000. Now you come along and want
to print an invoice for the second line. The deposit amount does not print on
this second invoice. This is a problem because the customer is expecting to
see a second invoice with a balance due of $0.00. Does ...
Copy formula for ranges from diff sheets #2
Unfortunatley then i have to go to every sheet, copy and paste special
(transpose)
What I need is some sort of formula that will copy the same range fro
_all_sheets_ and then paste special (transpose) on to the referenc
sheet.
?
--
Berni
-----------------------------------------------------------------------
Bernie's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=1457
View this thread: http://www.excelforum.com/showthread.php?threadid=26197
Hi
not possible with a formula. This would require VBA
>-----Original Message-----
>
>Unfortunatley then i h...
The Pivot Table field name is not valid, #2I am receiving the above error message, but don't understand why. My data is
in columns, organised as a list and the columns are labelled. What do I have
to do to get over this?
Thanks
Denise
Hey Deniseh...
The Pivot table is looking for a concentric group of columns and cells, my
belief without seeing the data is that you have a column in the data range
that does not have heading... check to verify that each the first cell in
each column of the pivot table data range has a value populated
--
Thanks for your help -
Joe Mac
"deniseh" wrote:
> I am receiving the ab...
Set Regional Settings but not LanguageHi
I have a multi-language APP
en-US, es-ES, it-IT
I usually change Languages and Locales by using the CultureInfo
to switch Languages
System.Globalization.CultureInfo myCI = new
System.Globalization.CultureInfo("es-ES");
My issue is - what if the user wants to View App in english and use the
Regional Options on a PC in say Spain ???
If I change the CultureInfo to en-US then they can view APP in English (
English satelite assemblies) but date and numbers will be in US format
If I change the CultureInfo to es-ES then date and numbers will be in Spain
forma...
Reading Pane SettingsI did a search for an answer to this question and have not found one. If I
missed an answer already posted, please direct me to the right place.
I have Outlook 2007 and set up the "right" reading pane for my e-mail. Now
when I go to my calendar it is set up the same way - calendar on the left
(same size as the inbox) and then there is a blank space to the right that is
the size of the reading pane/preview. To the right is the to-do bar (which I
have no problem with). I don't know why there is a reading/preview pane on
the calendar when there is nothing to preview, and I...
Work Hours setting excludes specified hours from SchedulingI am miffed by this problem. I specify a work hour schedule for a user.
When I schedule a CRM User as a Resource for a Service in Scheduling of a
Service Activity with Requested Time of ASAP and click Find Available Times,
the values for Avilable Times returned are outside of the Work Hours I
specified for the user and not within the work hours. When I drill into the
Work Hours for this User, the Calendar view shows Cross Day rather than
8:00AM - 5:00PM I speciied for work hours and editing the hours reveal the
correct hours in the Work Hours. What gives?
Never mind. Figured out w...
Outlook "Arrange By" option does not retain its settingIn outlook 2007, I use a custom view for my inbox, and I have the Group By
option checked to"Automatically group according to arrangement."
This has been workn flawlessly until today, when I realized Outlook did not
like a particular mouse click; perhaps I clicked on the border of two options
or some other anomoly that caused the window toflash once. The end result
was that my Arrange By option changed to "From" when I had previously set it
to "Conversation." Now, whenever I hange it backto "Conversation," leave the
inbox and come back, ...
synchronize sub forms-part 2Don't see my earlier post... here I go again!
Scenario:
Main form (1)- frm1 based on tbl01
User enters 3 parameters to filter by p1,p2,p3
Subforms (6)- fsub1-fsub6 (each with its own tab) also based on tbl01
ALL subforms are Linked to frm1 through 2 fields (p2,p3)
When the 3 parameters are chosen fsub1 will list the basic info associated
with them. fsub2-fsub6 will list more specific info.
With the following additions suggested by Robert Carlson:
fsub1 On current Event:
Forms![frm1]![fsub2].Requery
fsub2 On Current Event:
If IsNull(Forms![frm1]![fsub1].Form!ID) = False Then
...
interactive buttons, multiple setshi folks
I'm sure one of you good folks will save my bacon as usual
I have a series of websites, all of which exhibit the same odd behavior with
interactive buttons.
I have a bunch of buttons in the left margin, each of which pulls up ( lets
call it ) a chapter, and in each 'chapter' are a number of related pages.
On the top of each page is an imbedded page which has 'page numbers' for all
the 'pages' in that chapter. So, it's a grid where the 'vertical' buttons in
the left margin and the 'horizontal' buttons at the top comb...
In House Accounts (Charge Accounts) for POSI recently purchased the MS Dynamics POS 2.0 system for a small coffee shop
and I need to have the ability of in house accounts (charge accounts) that
allows certain customers to purchase items under their account and pay on it
weekly, bi-weekly or whenever it hits a certain limit. I spoke to Microsoft
support and they informed me that it just can not be done in the POS version
that I have. So I am asking for some help from the newsgroup to see if
anyone might have a solution for me. It seems that this function should be
something that is built into the system since it happens all the...
Permission to add email address to userWe have a setup with a root domain called sun.local (SUN) and a child domain
called ki.sun.local (KI). The forest and both domains are in Windows 2003
functional level.
The SUN domain has an Exchange 2003 server running in native mode.
In the SUN domain the user sunadmin is Enterprise Admin, Domain Admin and
Exchange Full Administrator.
In the KI domain the user kiadmin is Domain Admin. kiadmin had been made
Exchange View Only Admin on the Exchange organization.
We would like kiadmin to be able to create and administer new users in the
KI domain and everything seems to work fine except ...
How do I set OORI have searched the help menu and have had no luck finding out how to set my
outlook 200 to send an OOR (Out of Office Reply) Any assistance would be great
If you are in an Exchange environment (ask your administrator if you do
notknow) you can set the Out of the Office Assistant which is located under
Tools.
If you are not in an Exchange environment you can create a rule that replies
on all e-mails. The downside of this is that you'll have to have your
Outlook open all the time for the rules to process. Make sure you set some
exceptions (for instance based on the subject field so ...