ExchangeAttachmentExtensionsGetFileName Method

Scanjour Workflow4 Reference Manual
Gets file name from attachments

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:  Scanjour.Workflow4.ActivityLibrary_21.2.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.2.0.0.dll) Version: 21.2.0.0 (21.2.0.0)
Syntax

public static string GetFileName(
	this Attachment attachment
)

Parameters

attachment
Type: Attachment

[Missing <param name="attachment"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.ExchangeAttachmentExtensions.GetFileName(WorkZone.Exchange.WebServices.Data.Attachment)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.ExchangeAttachmentExtensions.GetFileName(WorkZone.Exchange.WebServices.Data.Attachment)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Attachment. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference