AttachmentOutputFormat Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Format specifier for outputs.
public enum AttachmentOutputFormat
	type AttachmentOutputFormat = 
	Public Enum AttachmentOutputFormat
		- Inheritance
 - 
				AttachmentOutputFormat
 
Fields
| Name | Value | Description | 
|---|---|---|
| All | 0 | Pass inputs in a List.  | 
			
| First | 1 | Pass input as a single element.  |