Archive

Archive for August, 2008

Size limits Exchange 2007

August 29th, 2008 admin No comments

The following command line will provide you with a list of the Exchange 2007
send connector max send sizes:
 
get-sendconnector | list Identity,MaxMessageSize
 
The following command line will let you set the Exchange 2007 send connector
settings:
 
set-sendconnector “[Connector Name]” -MaxMessageSize #MB
 
The following command line will provide you with a list of the Exchange 2007
receive connector max send sizes:
 
get-receiveconnector | list Identity,MaxMessageSize
 
The following command line will let you set the Exchange 2007 receive connector
settings:
 
set-receiveconnector “[Connector Name]” -MaxMessageSize #MB
 
The following command line will provide you with a list of the Exchange 2007
transport information:
 
get-transportconfig
 
Microsoft site on managing size limits:

http://technet.microsoft.com/en-us/library/bb124345.aspx

Categories: Exchange 2007 Tags:

Is it a bug ?

August 6th, 2008 admin No comments

NO, it must be a feature !

During my current project I found out that by setting the dpi to 120
instead of 96 (which is default) in Windows this also affects the dimensions
of a winform accordingly. Setting the dpi has to do with the combination 15,4″
and 1920 x 1200.

Turned out that the hard coded 1024 pixels as width were reduced to

eighthundred something. Does that make sense…?

Categories: VS2003 Tags:

Puzzle

August 6th, 2008 admin No comments

Once a month we receive a paper of our employer containing a puzzle
(for which you can win nice prices).

As being a developer the real challenge is not to solve the puzzle
by itself, but also create a generic solution for any other puzzle.

This month we had to solve the “breinbreker” (no suitable translation
possible).
puzzle

Categories: C# Tags: