wom profile mapiΒΆ

wom profile mapi(1)	      BIG-IP TMSH Manual	   wom profile mapi(1)



NAME
       mapi - Configures a Messaging Application Program Interface (MAPI)
       profile.

MODULE
       wom profile

SYNTAX
       Configure the mapi component within the wom profile module using the
       following syntax.

   CREATE/MODIFY
	create mapi [name]
	modify mapi [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]
	    discover-exchange-servers [disabled | enabled]
	    native-compression [disabled | enabled]

   DISPLAY
	list mapi
	list mapi [ [ [name] | [glob] | [regex] ] ... ]
	show running-config mapi
	show running-config mapi [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    app-service
	    non-default-properties
	    one-line
	    partition

	show mapi
	show mapi [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)

   DELETE
	delete mapi [name]

DESCRIPTION
       You can use the mapi component to manage a MAPI profile.

EXAMPLES
       create mapi my_mapi_profile

       Creates a MAPI profile named my_mapi_profile using the system defaults.

       modify mapi my_mapi_profile native-compression enabled

       Turns on native-compression for the MAPI profile named my_mapi_profile.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the object. Only the application
	    service can modify or delete the object.

       defaults-from
	    Specifies the profile that you want to use as the parent profile.
	    The new profile inherits all settings and values from the parent
	    profile specified. The default value is mapi.

       description
	    User defined description.

       discover-exchange-servers
	    Enables or disables the automatic discovery of the Microsoft
	    Exchange servers in the network and creation of a virtual server
	    for each one discovered. The default value is disabled.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       native-compression
	    Enables or disables native Microsoft Exchange compression. The
	    default value is disabled.

       partition
	    Displays the administrative partition within which the component
	    resides.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

SEE ALSO
       create, delete, glob, list, ltm virtual, modify, regex, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2012. All rights reserved.



BIG-IP				  2012-05-22		   wom profile mapi(1)